We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7710595 commit cac1cbeCopy full SHA for cac1cbe
pytest.ini
@@ -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