Commit 29451c2
authored
Tests: Improved parametrization (#570)
- Consolidate version-related tests into parametrized fixtures using NamedTuples
- Add comprehensive test cases for various version formats
- Improve test readability with clear test IDs and logical grouping
- Ensure consistent use of pytest parametrize convention across test suite
- Fix broken test for `test_window_rename`
The PR improves test maintainability by:
- Converting individual test functions into parametrized fixtures
- Adding clear test IDs for better test output and debugging
- Consolidating related test cases into logical groups
- Maintaining consistent patterns across the test suiteFile tree
5 files changed
+633
-212
lines changed- tests
5 files changed
+633
-212
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| |||
0 commit comments