You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/rules/pytest.mdc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ These rules apply when writing unit tests.
14
14
- `tests/unit/` - for unit tests that test individual functions/classes in isolation
15
15
- `tests/integration/` - for integration tests that test component interactions
16
16
- `tests/e2e/` - for end-to-end tests that test complete workflows
17
-
- `tests/test_pipelines/` - for test pipeline definitions (TOML files)
17
+
- `tests/test_pipelines/` - for test pipeline definitions (TOML files and their structuring python files)
18
18
- Fixtures are defined in conftest.py modules at different levels of the hierarchy, their scope is handled by pytest
19
19
- Test data is placed inside test_data.py at different levels of the hierarchy, they must be imported with package paths from the root like `tests.pipelex.test_data`. Their content is all constants, regrouped inside classes to keep things tidy.
0 commit comments