We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8068bc2 commit 0090525Copy full SHA for 0090525
tests/module_loader/test_loader.py
@@ -145,9 +145,6 @@ def test_load_module_from_file_reload_replace_variables():
145
# As python checks for the timestamp to change to reload a module, sleep for 1 second
146
time.sleep(1)
147
148
- # Write the second version of the file
149
- module_path = loader.create_module_files(module_name, module_code)
150
-
151
module = loader.load_module_from_file(module_path)
152
153
assert module.l == []
0 commit comments