Fix run-tests errors #1053
Labels
low-hanging-fruit
"Easy picks" suitable for new contributors to tackle
maintainability
Automated tests suite, tooling, refactoring, or anything that makes it easier for developers
Milestone
After big refactoring
run-tests
fails with errors. It can run with./run-tests --continue-on-collection-errors
and there can be many things to change, but I think it would be good to have at least basic form of testing working properly out of the box.After some plumbing I have now only 2 types of errors left, which looks to be some specific Python quirks:
info.py.in
, notinfo.py
:GTG/core/datastore.py:37: in
import GTG.core.info as info
E ModuleNotFoundError: No module named 'GTG.core.info'
from GTG.gtk.browser.modify_tags import parse_tag_list
is not able to import nameparse_tag_list
How can I get rid of them?
The text was updated successfully, but these errors were encountered: