test: move all tests into separate module
When installing pmboostrap, all tests are installed alongside it. There doesn't seem to be any way to selectively exclude some files inside python modules, so move all test into a separate module instead.
This is the typical convention in python projects.
See: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/79862
Merge request reports
Activity
Thanks! This would fix #2541 (closed). I agree with this personally.
Edit: I see you put a fixes in the commit description, but it doesn't seem like GitLab is picking it up for some reason?
Edited by Newbyteadded 1 commit
- 5a152aeb - test: move all tests into separate module (MR 2551)
mentioned in issue #2541 (closed)
Please register or sign in to reply