gr-recipes
gr-recipes copied to clipboard
Autotest
This will be a first version of an autotest script, closing #200.
Not ready for merge yet. In the meantime, let me know if you have any comments @argilo
Actually, do we want the autotest script to live in the main branch at all? Otherwise we could decide to just not merge this ever, and have autotest pull from master before every test. Thoughts?
I expect we'll want to test gr-etcetera as well, so maybe the pybombs repo is a better place for this to live.
Hm, good point. It could be integrated with the /tests/ directory and in theory even be used for testing things on all supported platforms (rather than the ubuntu20.04 reference that is used here)... I'll work on that.