Package Gnumed :: Package timelinelib :: Package test :: Package cases :: Module unit :: Class UnitTestCase
[frames] | no frames]

Class UnitTestCase

source code

unittest.TestCase --+
                    |
                   UnitTestCase

Instance Methods
 
assertSvgEqual(self, left, right) source code
 
assertPeriodsEqual(self, first, second, time_type=GregorianTimeType()) source code
 
assertInstanceNotIn(self, object_, list_) source code
 
assertEqNeImplementationIsCorrect(self, create_fn, modifiers) source code
 
show_dialog(self, dialog_class, *args, **kwargs) source code
 
wxapp(self) source code
 
get_wxapp(self) source code
 
destroy_wxapp(self, app) source code
Class Variables
  HALT_GUI = False
  AUTO_CLOSE = False
Method Details

wxapp(self)

source code 
Decorators:
  • @contextlib.contextmanager