The New Archon (Beta) - The Operating System for AI Coding Assistants!

This commit is contained in:
Cole Medin
2025-08-13 07:58:24 -05:00
parent 13e1fc6a0e
commit 59084036f6
603 changed files with 131376 additions and 417 deletions

18
python/pytest.ini Normal file
View File

@@ -0,0 +1,18 @@
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
asyncio_default_test_loop_scope = function
addopts =
--verbose
--tb=short
--strict-markers
--disable-warnings
markers =
unit: marks tests as unit tests
integration: marks tests as integration tests
slow: marks tests as slow running
asyncio: marks tests as asyncio tests