Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_lazy_imports():
from pyforest import lazy_imports
# if the module e.g. "re" has been imported in test_imports() this test will fail
assert "import re" in lazy_imports()