Hi all, When running a single unit test file in the Invenio source directory, it should import the packages from the source directory, but when running it with inveniocfg, it should of course import from dist-packages. How do I do this? Because now it always imports from dist-packages, so every time I want to run a unit test I have to copy the code over there, or risk getting unexpected results.
-- Victor Engmark
