It is good practice to limit the size of python modules and a single test module is certainly going to get out of hand eventually. It wouldn't be too hard to have `test.py` still exist and kick off all unittests under the test directory.
It is good practice to limit the size of python modules and a single test module is certainly going to get out of hand eventually.
It wouldn't be too hard to have
test.pystill exist and kick off all unittests under the test directory.