tobiko/tobiko/common/managers
Federico Ressi ae4accef4e Create wrapper to sys.exc_info
try:
     ...
 except SomeException:
     with tobiko.exc_info():
         # It will reraise original exception at the end of this block
         ...

Change-Id: Icad6bdd7261dd9b972b5b33110041876ca488070
2019-06-26 17:15:13 +02:00
..
__init__.py Remove copyrigth notices from empty __init__.py files 2018-11-27 09:45:36 +01:00
ansible.py Create wrapper to sys.exc_info 2019-06-26 17:15:13 +02:00
fault.py Add support for faults 2019-01-08 12:46:12 +02:00
loader.py Implement load_module function 2019-01-14 14:41:28 +01:00
testcase.py Start implementing tobiko-fixture command. 2019-03-04 15:15:44 +01:00