xylucien / MusicalKits_Converter

My personal Flask project
1 stars 0 forks source link

added pytest #39

Closed xylucien closed 4 years ago

xylucien commented 4 years ago
ImportError while loading conftest '/home/travis/build/lucien386/MusicXML2ABCNotationWebApp/tests/conftest.py'.
tests/conftest.py:2: in <module>
    from converter import create_app
E   ModuleNotFoundError: No module named 'converter'
The command "pytest" exited with 4.
xylucien commented 4 years ago

The problem appears as well when I am running locally. but I use python3 -m pytest /tests instead and it works. Im looking at this problem rn

xylucien commented 4 years ago

it turns out that i have to do pip install -e .