Skip to content

Commit 9210c80

Browse files
committed
Add markers for pytest
1 parent 916895e commit 9210c80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[pytest]
22
python_files = test_*.py
3+
markers =
4+
unit: Run unit tests
5+
integration: Run integration tests
6+
asyncio: Run asyncio relates tests

0 commit comments

Comments
 (0)