Closed ghost closed 7 years ago
Summary of changes:
test_*
tests
pytest
In addition, setuptools will automatically detect the Python files with find_packages, so py_modules is removed.
find_packages
py_modules
I may need to revise if the CI comes back with a failure.
I cannot seem to generate the coverage report; I'll come back to this later.
Summary of changes:
test_*
in thetests
folder, which ispytest
conventionIn addition, setuptools will automatically detect the Python files with
find_packages
, sopy_modules
is removed.