Please do not put the tests for collect_stata into a folder also called collect_stata.
There is no other package to test in this project and it adds confusing redundancy.
But it's good, that you mirrored the module names of collect_stata with test_write_json.py.
Just mirror the content of collect_stata into tests without an additional collect_stata folder.
Please do not put the tests for
collect_stata
into a folder also calledcollect_stata
. There is no other package to test in this project and it adds confusing redundancy.But it's good, that you mirrored the module names of
collect_stata
withtest_write_json.py
. Just mirror the content ofcollect_stata
intotests
without an additionalcollect_stata
folder.