Revert "tests
: Import from src.tja2fumen
"
This reverts commit af91e9fe47f73ef420bd0ad169cceb3b0140284d. I was mistaken. Importing from src is _not_ necessary to perform PyCharm coverage tests. Instead, the package must be installed in editable mode.
This commit is contained in:
parent
3e33d5c634
commit
2ed0f92a69
@ -6,9 +6,9 @@ import glob
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from src.tja2fumen import main as convert
|
from tja2fumen import main as convert
|
||||||
from src.tja2fumen.parsers import readFumen
|
from tja2fumen.parsers import readFumen
|
||||||
from src.tja2fumen.constants import COURSE_IDS, NORMALIZE_COURSE, simpleHeaders, byte_strings
|
from tja2fumen.constants import COURSE_IDS, NORMALIZE_COURSE, simpleHeaders, byte_strings
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('id_song', [
|
@pytest.mark.parametrize('id_song', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user