module documentation

Test for the "import *" functionality. As import * can be only done at module level, it has been added in a separate file

Function test_imported_modules Test that `from dateutil import *` adds modules in __all__ locally
Variable new_locals Undocumented
Variable prev_locals Undocumented
@pytest.mark.import_star
def test_imported_modules(): (source)

Test that `from dateutil import *` adds modules in __all__ locally

new_locals = (source)

Undocumented

prev_locals = (source)

Undocumented