Build 060.19: implement Trade Recovery subsystem

This commit is contained in:
2026-07-21 22:10:40 +03:00
parent a891302eaf
commit cf58fc223c
18 changed files with 11340 additions and 0 deletions

18
app/pytest.ini Normal file
View File

@@ -0,0 +1,18 @@
[pytest]
minversion = 8.0
testpaths =
tests
python_files =
test_*.py
python_classes =
Test*
python_functions =
test_*
addopts =
-ra
--strict-markers