test: started with pipeline step testing

This commit is contained in:
2025-11-28 16:20:17 +01:00
parent e79edf2ef3
commit b5c71e713b
6 changed files with 376 additions and 0 deletions

8
experiments/pytest.ini Normal file
View File

@@ -0,0 +1,8 @@
[pytest]
pythonpath = .
testpaths = procesing/tests agents
python_files = test*.py
python_classes = Test*
python_functions = test_*
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function