Skip to content

tests import path: put shipped pmb code first

Oliver Smith requested to merge fix/tests-fix-import into master

Always test the pmb code from the parent folder of the tests, even if a stable version of pmbootstrap is installed with pip or pysetup.

(I was just wondering why my newly written functions could not be found in a test case, when I realized after a few minutes that the tests were using pmbootstrap code I had installed with pip at some point >_>)

Merge request reports