fragattack: add comment in code

This commit is contained in:
Mathy Vanhoef 2022-01-27 16:23:15 +01:00
parent eb4507b4af
commit 0e9ef74801

View File

@ -244,7 +244,8 @@ if __name__ == "__main__":
else: else:
options.inject_test_postauth = False options.inject_test_postauth = False
# Dynamically import tests depending on their availability in the directory # Dynamically import tests depending on their availability in the directory,
# but ignore private variables. See https://stackoverflow.com/a/44492879
for test in glob("tests_*.py"): for test in glob("tests_*.py"):
module = importlib.import_module(test[:-3]) module = importlib.import_module(test[:-3])
globals().update( globals().update(