Ejemplo n.º 1
0
 def test_setup_environment(self):
     #If the function doesn't throw an exception we are happy.
     app.setup_environment()
Ejemplo n.º 2
0
def test_setup_environment():
    # If the function doesn't throw an exception we are happy.
    assert hasattr(app, 'setup_environment')
    app.setup_environment()
Ejemplo n.º 3
0
 def test_setup_environment(self):
     #If the function doesn't throw an exception we are happy.
     app.setup_environment()
Ejemplo n.º 4
0
 def test_setup_environment(self):
     # If the function doesn't throw an exception we are happy.
     self.assertTrue(hasattr(app, 'setup_environment'))
     app.setup_environment()