Fix tests
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
ad4593a2f6
commit
9aa19ad3ca
|
@ -14,11 +14,11 @@ class TestLoadModules(TestCase):
|
|||
"""
|
||||
def test_asgi(self):
|
||||
from tfjm import asgi
|
||||
self.assertTrue(isinstance(asgi.application, ASGIHandler))
|
||||
self.assertIsNotNone(asgi)
|
||||
|
||||
def test_wsgi(self):
|
||||
from tfjm import wsgi
|
||||
self.assertTrue(isinstance(wsgi.application, WSGIHandler))
|
||||
self.assertIsNotNone(wsgi)
|
||||
|
||||
def test_load_production_settings(self):
|
||||
os.putenv("TFJM_STAGE", "prod")
|
||||
|
|
Loading…
Reference in New Issue