Commit 6d6400a
Fix post-certification tests (project-chip#38931)
* change Hooks.test_start method signature
* introduce connect_over_pase function
* use connect_over_pase function in tests
* Restyled by isort
* remove connnect_over_pase function
* fix empty list errors in tests
* get_DSL_data function
* implement cache
* Restyled by isort
* Revert "Restyled by isort"
This reverts commit 573d124.
* Revert "implement cache"
This reverts commit 1fa8434.
* Revert "get_DSL_data function"
This reverts commit 5732de1.
* add python tests to sys.path
---------
Co-authored-by: Restyled.io <[email protected]>1 parent 2a2937a commit 6d6400a
File tree
2 files changed
+9
-4
lines changed- src/python_testing
- post_certification_tests
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | | - | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
139 | | - | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| |||
0 commit comments