Skip to content

Commit 918ca7a

Browse files
author
Benedikt Ehinger
committed
fix typo, remove the copied subject (why fixture doesnt work, who knows)
1 parent b15c19e commit 918ca7a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jsonschema
88
empty_log_process_temp.py
99

1010
tests/**/bids/
11-
11+
tests/testcases/test_main_functionality/data/projects/test-project/sub-100
1212
# Byte-compiled / optimized / DLL files
1313
__pycache__/
1414
*.py[cod]

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Tests will be added continuously as new features are added and existing features
1414

1515
### Running Tests
1616

17-
To run the tests, we recommend to use `uv run pytest` (caveat, for some reason somtimes tests fail if they are all run at the same time. you can then run them via `uv run pytest tests/testcase/test_main_functionality` and they will work).
17+
To run the tests, we recommend to use `uv run pytest` (caveat, for some reason sometimes tests fail if they are all run at the same time. you can then run them via `uv run pytest tests/testcase/test_main_functionality` and they will work).
1818

1919
These tests ensure that each component functions as expected and that the overall pipeline works seamlessly. This tests will also be triggered automatically on each push or PR to the main repository using GitHub Actions.

0 commit comments

Comments
 (0)