Skip to content

Commit 9219921

Browse files
committed
put it back
1 parent 5fc935c commit 9219921

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pytest.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[pytest]
2+
markers =
3+
asyncio
4+
asyncio_mode = auto
5+
asyncio_default_fixture_loop_scope = function
6+
testpaths = tests ./eval_protocol/quickstart
7+
python_files = test_*.py llm_judge_*.py
8+
python_classes = Test*
9+
python_functions = test_*
10+
# Configure stdout/stderr capture for debugging
11+
addopts = -s --tb=short -q
12+
# Alternative: disable capture completely for debugging
13+
# addopts = -s --tb=short --capture=no
14+
filterwarnings =
15+
ignore::UserWarning:pydantic.*
16+
ignore::DeprecationWarning:pydantic.*
17+
ignore:.*PydanticSerializationUnexpectedValue.*:UserWarning
18+
ignore:.*Support for class-based.*config.*:DeprecationWarning
19+
ignore:.*serializer warnings.*:UserWarning
20+
ignore:.*Pydantic.*:UserWarning
21+
ignore:.*Pydantic.*:DeprecationWarning

0 commit comments

Comments
 (0)