<div dir="ltr"><div><div>Hello.</div><div>I have following layout:</div><div><br></div><div>\---tests</div><div>    |   test_module.py</div><div>    |   __init__.py</div><div><br></div><div><br></div><div>When I launch "python.exe" -m unittest discover -t . -s tests" it works perfectly.</div><div>But when I remove " __init__.py" it says </div><div><br></div><div> Start directory is not importable: "tests'"</div><div><br></div><div>``loader.py``:</div><div>if start_dir != top_level_dir:</div><div>    is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))</div><div><br></div></div><div><br></div><div>I believe ``__init__.py`` does not play any role since Python 3.3, am I right?</div><div>If so, it seems to be a bug. Should I create an issue?</div><div><br></div><div>Ilya.</div></div>