Make the unit suite fast: in-process HTTP tests, no real sleeps, parallel Windows CI (#4554)

This commit is contained in:
Jeremiah Lowin 2026-07-20 10:51:14 -04:00 committed by GitHub
commit b0e782a2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 1714 additions and 513 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Run unit tests
uses: ./.github/actions/run-pytest
- name: Run client process tests
- name: Run serial subprocess tests
uses: ./.github/actions/run-pytest
with:
test-type: client_process
@ -69,7 +69,7 @@ jobs:
- name: Run unit tests
uses: ./.github/actions/run-pytest
- name: Run client process tests
- name: Run serial subprocess tests
uses: ./.github/actions/run-pytest
with:
test-type: client_process

View file

@ -67,7 +67,7 @@ jobs:
- name: Run unit tests
uses: ./.github/actions/run-pytest
- name: Run client process tests
- name: Run serial subprocess tests
uses: ./.github/actions/run-pytest
with:
test-type: client_process