Ejemplo n.º 1
0
 def setup_method(self, method):
     '''Validate that the environment has been set up correctly
     '''
     validate_setup()
Ejemplo n.º 2
0
 def setup_method(self, method):
     '''Validate that the environment has been set up correctly
     Re-do the setup every time because we are modifying notes in most tests
     '''
     _ = setup_environment()
     validate_setup()