We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5afae01 + e56ff3c commit d97aa81Copy full SHA for d97aa81
1 file changed
rootfs/api/tests/__init__.py
@@ -24,20 +24,3 @@ def mock_status_ok(*args, **kwargs):
24
25
def mock_none(*args, **kwargs):
26
return None
27
-
28
-from .test_api_middleware import * # noqa
29
-from .test_app import * # noqa
30
-from .test_auth import * # noqa
31
-from .test_build import * # noqa
32
-from .test_certificate import * # noqa
33
-from .test_config import * # noqa
34
-from .test_container import * # noqa
35
-from .test_domain import * # noqa
36
-from .test_healthcheck import * # noqa
37
-from .test_hooks import * # noqa
38
-from .test_key import * # noqa
39
-from .test_limits import * # noqa
40
-from .test_perm import * # noqa
41
-from .test_release import * # noqa
42
-from .test_scheduler import * # noqa
43
-from .test_users import * # noqa
0 commit comments