We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fc4cf commit 111c063Copy full SHA for 111c063
resources/unittest_template.py
@@ -57,7 +57,7 @@ def _load_user_module(result_writer, exit_wrapper: _EXIT_WRAPPER_TYPE) -> Module
57
# if from __future__ import annotations is also used
58
# See: https://github.com/mkdocs/mkdocs/issues/3141 and https://github.com/sqlalchemy/alembic/issues/1419
59
sys.modules[_module.__name__] = _module
60
-
+
61
exec(code, _module.__dict__)
62
63
return _module
0 commit comments