craigahobbs / unittest-parallel

Parallel unit test runner for Python with coverage support
MIT License
29 stars 5 forks source link

Error - raise ImportError('Start directory is not importable: %r' % start_dir) #4

Closed unfor19 closed 3 years ago

unfor19 commented 3 years ago

Hi, thank you for this tool Just pointing out that I had to add __init__.py to my tests dir for this tool to work

craigahobbs commented 3 years ago

This is a design decision of Python's unittest discovery mechanism.

https://bugs.python.org/issue26481

unfor19 commented 3 years ago

@craigahobbs I understand that, just thought it would be good if you add it to the README.md so other folks would easily use this tool. Up to you my friend