示例#1
0
 def test_setup_environment(self):
     #If the function doesn't throw an exception we are happy.
     app.setup_environment()
示例#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()
示例#3
0
 def test_setup_environment(self):
     #If the function doesn't throw an exception we are happy.
     app.setup_environment()
示例#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()