ModuleNotFoundError: No module named 'test.util'; 'test' is not a package The only solution I find now is to delete the root directory __init__.py file. The pytest offi ...