예제 #1
0
 def setup_method(self, method):
     '''Validate that the environment has been set up correctly
     '''
     validate_setup()
예제 #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()