more reasonable name
folder contains all test resources, not just reference results
This commit is contained in:
parent
b5770cf797
commit
17ce0b9aec
|
@ -12,12 +12,12 @@
|
||||||
*.pbz2 binary
|
*.pbz2 binary
|
||||||
|
|
||||||
# ignore files from MSC.Marc in language statistics
|
# ignore files from MSC.Marc in language statistics
|
||||||
install/MarcMentat/** linguist-vendored
|
install/MarcMentat/** linguist-vendored
|
||||||
src/Marc/include/* linguist-vendored
|
src/Marc/include/* linguist-vendored
|
||||||
install/MarcMentat/MSC_modifications.py linguist-vendored=false
|
install/MarcMentat/MSC_modifications.py linguist-vendored=false
|
||||||
|
|
||||||
# ignore reference files for tests in language statistics
|
# ignore reference files for tests in language statistics
|
||||||
python/tests/reference/** linguist-vendored
|
python/tests/resources/** linguist-vendored
|
||||||
|
|
||||||
# ignore deprecated scripts
|
# ignore deprecated scripts
|
||||||
processing/legacy/** linguist-vendored
|
processing/legacy/** linguist-vendored
|
||||||
|
|
|
@ -60,9 +60,9 @@ def update(request):
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def ref_path_base():
|
def res_path_base():
|
||||||
"""Directory containing reference results."""
|
"""Directory containing testing resources."""
|
||||||
return Path(__file__).parent/'reference'
|
return Path(__file__).parent/'resources'
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 138 B |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue