Skip to content

Commit 19c8db8

Browse files
authored
Read frames in parallel using multiple threads (#65)
1 parent 6c48f34 commit 19c8db8

File tree

2 files changed

+266
-110
lines changed

2 files changed

+266
-110
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
flake8 --exclude='bin,build,.eggs'
3434
- name: Check type hints with mypy
3535
run: |
36-
mypy src
36+
mypy src tests
3737
- name: Test with pytest
3838
run: |
3939
pytest --cov=dicomweb_client --cov-fail-under=65 tests

0 commit comments

Comments
 (0)