Closed janosh closed 2 years ago
tests/test_package.py only contains 1 test for now: test_egg_sources() which checks we're correctly packaging all JSON files under aviary/.
tests/test_package.py
test_egg_sources()
aviary/
Should prevent issues like #45 from happening again.
For later reference, there were still JSON files missing from the package after #45. This PR should have fixed it for real.
tests/test_package.py
only contains 1 test for now:test_egg_sources()
which checks we're correctly packaging all JSON files underaviary/
.Should prevent issues like #45 from happening again.