Skip to content

Commit 9e2f073

Browse files
committed
Add new modules '.queue' to test.
1 parent 44d8def commit 9e2f073

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,17 @@ testpaths =
4141
# # # # Parallel APIs
4242
./tests/parallel/strategy.py
4343
./tests/parallel/synchronization.py
44+
./tests/parallel/queue.py
4445

4546
# # # # Concurrent APIs
4647
./tests/concurrent/strategy.py
4748
./tests/concurrent/synchronization.py
49+
./tests/concurrent/queue.py
4850

4951
# # # # Coroutine APIs
5052
./tests/coroutine/strategy.py
5153
./tests/coroutine/synchronization.py
54+
./tests/coroutine/queue.py
5255

5356
# # # # Adapter APIs
5457
./tests/adapter/lock.py

0 commit comments

Comments
 (0)