Commit e3f36eb
authored
chore(test-tools): re-enable eip checklist docs unit tests (#1740)
* Unskip checklist template consistency tests
Removed skip markers from checklist template tests.
* Update test_eip_checklist.py
* Update test_checklist_template_consistency.py
* Fix template path in test_checklist_template_consistency
* Define TEMPLATE_PATH for checklist templates
Add TEMPLATE_PATH for accessing checklist templates.
* Fix path to EIP checklist template
* Import Path from pathlib in test_eip_checklist.py
* Fix TEMPLATE_PATH by adjusting parent directory count
* Update TEMPLATE_PATH to correct parent directory
* Remove unused TEMPLATE_PATH from test_eip_checklist.py
Removed unused TEMPLATE_PATH definition from test file.
* Fix template path for EIP testing checklist
* Update test_eip_checklist.py
* Update test_eip_checklist.py
* Fix indentation in test_eip_checklist.py
* Simplify TEMPLATE_PATH using Path.parents
* Update assert_outcomes to include passed, failed, skipped
* chore: remove unused pytest import
* style: apply automatic code formatting and fix lint1 parent 768a9b4 commit e3f36eb
File tree
3 files changed
+3
-8
lines changed- packages/testing/src/execution_testing
- checklists/tests
- cli/pytest_commands/plugins/filler
- tests
3 files changed
+3
-8
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
105 | 103 | | |
106 | 104 | | |
107 | 105 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| |||
0 commit comments