We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d8def commit 9e2f073Copy full SHA for 9e2f073
pytest.ini
@@ -41,14 +41,17 @@ testpaths =
41
# # # # Parallel APIs
42
./tests/parallel/strategy.py
43
./tests/parallel/synchronization.py
44
+ ./tests/parallel/queue.py
45
46
# # # # Concurrent APIs
47
./tests/concurrent/strategy.py
48
./tests/concurrent/synchronization.py
49
+ ./tests/concurrent/queue.py
50
51
# # # # Coroutine APIs
52
./tests/coroutine/strategy.py
53
./tests/coroutine/synchronization.py
54
+ ./tests/coroutine/queue.py
55
56
# # # # Adapter APIs
57
./tests/adapter/lock.py
0 commit comments