Skip to content

Commit d324654

Browse files
committed
tests: Clean up the existing tests.py
This cleans up the code of `tests.py` and makes it use the new functions from `utils.py`. This also makes the test sleep much less, which is only still required before destroying the pool due to #282 Signed-off-by: Axel Gembe <axel@gembe.net>
1 parent 7cbbbfd commit d324654

File tree

3 files changed

+192
-399
lines changed

3 files changed

+192
-399
lines changed

.github/workflows/windows-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,7 @@ jobs:
21412141

21422142

21432143
- name: test
2144-
run: 'python.exe -u "${{github.workspace}}\contrib\windows\tests\tests.py" -path ${{github.workspace}}\'
2144+
run: 'python.exe -u "${{github.workspace}}\contrib\windows\tests\tests.py" --path ${{github.workspace}}\'
21452145

21462146

21472147

0 commit comments

Comments
 (0)