CompRhys / aviary

The Wren sits on its Roost in the Aviary.
MIT License
48 stars 11 forks source link

Add test module for package health #46

Closed janosh closed 2 years ago

janosh commented 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/.

Should prevent issues like #45 from happening again.

janosh commented 2 years ago

For later reference, there were still JSON files missing from the package after #45. This PR should have fixed it for real.