-
- Downloads
test: move all tests into separate module (MR 2551)
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 Fixes: #2541
Showing
- test/aportgen/test_device.py 1 addition, 1 deletiontest/aportgen/test_device.py
- test/chroot/test_apk.py 1 addition, 1 deletiontest/chroot/test_apk.py
- test/config/test_config_serde.py 0 additions, 0 deletionstest/config/test_config_serde.py
- test/conftest.py 0 additions, 0 deletionstest/conftest.py
- test/core/test_arch.py 1 addition, 1 deletiontest/core/test_arch.py
- test/core/test_chroot.py 3 additions, 3 deletionstest/core/test_chroot.py
- test/core/test_pkgrepo.py 0 additions, 0 deletionstest/core/test_pkgrepo.py
- test/data/tests/APKBUILD.qemu-amd64 0 additions, 0 deletionstest/data/tests/APKBUILD.qemu-amd64
- test/data/tests/deviceinfo.qemu-amd64 0 additions, 0 deletionstest/data/tests/deviceinfo.qemu-amd64
- test/data/tests/pmbootstrap_v3.cfg 0 additions, 0 deletionstest/data/tests/pmbootstrap_v3.cfg
- test/helpers/test_locale.py 0 additions, 0 deletionstest/helpers/test_locale.py
- test/meta/test_cache.py 1 addition, 1 deletiontest/meta/test_cache.py
- test/parse/test_apkindex.py 1 addition, 1 deletiontest/parse/test_apkindex.py
- test/parse/test_bootimg.py 1 addition, 1 deletiontest/parse/test_bootimg.py
- test/parse/test_deviceinfo.py 1 addition, 1 deletiontest/parse/test_deviceinfo.py
- test/parse/test_version.py 1 addition, 1 deletiontest/parse/test_version.py
Loading
Please register or sign in to comment