Commit 623f9e9
Add CI caching and parallel test execution support (#186)
* Initial plan
* Add performance optimizations to project configuration
- Add pip dependency caching in GitHub Actions workflow
- Enable pytest strict mode and configure cache directory
- Add pytest-xdist for parallel test execution
- Update test requirements with pytest-xdist
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>
* Remove duplicate pytest options from workflow
Move all pytest options to pytest.ini to avoid duplication and ensure consistency
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>
* Remove --cache-clear flag to improve test performance
Allow pytest to utilize its cache for better performance instead of clearing it on every run
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>
* Add documentation for pytest strict mode flags
Add comments explaining the purpose of --strict-markers and --strict-config flags
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>
* Add markers section to pytest.ini for strict mode
Add workflow, integration, and unit markers to satisfy --strict-markers requirement
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: JaclynCodes <218383634+JaclynCodes@users.noreply.github.com>1 parent 8c6370c commit 623f9e9
File tree
4 files changed
+16
-2
lines changed- .github/workflows
- tests
4 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments