mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 05:58:25 +02:00
@ -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")
|
||||
|
Reference in New Issue
Block a user