Skip to content

Commit cac1cbe

Browse files
authored
Create pytest.ini
1 parent 7710595 commit cac1cbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pytest.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[pytest]
2+
testpaths = tests
3+
python_files = test_*.py
4+
python_classes = Test*
5+
python_functions = test_*
6+
addopts = -v --tb=short
7+
asyncio_mode = auto
8+
markers =
9+
slow: marks tests as slow (deselect with '-m "not slow"')
10+
integration: marks tests as integration tests
11+
requires_api_key: marks tests that require OpenAI API key

0 commit comments

Comments
 (0)