Skip to content

Commit

Permalink
tests: Clean up the existing tests.py
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
EchterAgo committed Oct 13, 2023
1 parent 9bce63d commit 64ac0dd
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ jobs:


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



Expand Down
Loading

0 comments on commit 64ac0dd

Please sign in to comment.