Merge branch '254-testing-resources-folder-name' into 'development'
more reasonable name Closes #254 See merge request damask/DAMASK!758
This commit is contained in:
commit
4eb5577652
|
@ -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
|
||||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 9c2a26c6068576370a7eb86a2a46606824ce4826
|
Subproject commit 22a23a9d5939d49d9d277c7066d9b68003a33324
|
|
@ -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 |
|
@ -0,0 +1 @@
|
||||||
|
n10-id1_scaled.vtk binary
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue