๐Ÿ“ฆ agentscope-ai / OpenJudge

๐Ÿ“„ pytest.ini ยท 9 lines
1
2
3
4
5
6
7
8
9
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
markers =
    unit: Unit tests (offline testing with mocks)
    quality: Quality tests (evaluation against gold standard datasets)
    asyncio: mark a test as an async test
norecursedirs = cookbooks