coreason-meta-engineering 0.1.0

Rust port of the CoReason Agentic Forge & AST Manipulation Layer
Documentation
��============================= test session starts =============================

platform win32 -- Python 3.14.2, pytest-9.0.3, pluggy-1.6.0

benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)

rootdir: C:\files\git\github\CoReason-AI\coreason-meta-engineering

configfile: pyproject.toml

testpaths: tests

plugins: anyio-4.13.0, hypothesis-6.152.6, asyncio-1.4.0a2, benchmark-5.2.3, cov-7.1.0, xdist-3.8.0, syrupy-5.1.0

asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function

collected 59 items



tests\test_forge_coverage.py .........                                   [ 15%]

tests\test_mcp_server.py ..................                              [ 45%]

tests\test_pvv.py .........                                              [ 61%]

tests\test_schema.py ...                                                 [ 66%]

tests\test_utils.py .......                                              [ 77%]

tests\utils\test_topological_validation_semantic.py ......               [ 88%]

tests\utils\test_validate_topology.py .......

ERROR: Coverage failure: total of 99 is less than fail-under=100

                                                                         [100%]



=============================== tests coverage ================================

_______________ coverage: platform win32, python 3.14.2-final-0 _______________



Name                                                                                                  Stmts   Miss  Cover   Missing

-----------------------------------------------------------------------------------------------------------------------------------

C:\Users\gowth\AppData\Local\Temp\pytest-of-gowth\pytest-5\test_validate_generated_topolo0\valid.py       2      0   100%

C:\Users\gowth\AppData\Local\Temp\pytest-of-gowth\pytest-5\test_validate_generated_topolo1\valid.py       2      0   100%

C:\Users\gowth\AppData\Local\Temp\pytest-of-gowth\pytest-5\test_validate_generated_topolo2\valid.py       2      0   100%

C:\Users\gowth\AppData\Local\Temp\pytest-of-gowth\pytest-5\test_validate_generated_topolo4\valid.py       2      0   100%

src\coreason_meta_engineering\__init__.py                                                                 4      0   100%

src\coreason_meta_engineering\forge_orchestrator.py                                                      77      1    99%   163

src\coreason_meta_engineering\mcp_server.py                                                              92      0   100%

src\coreason_meta_engineering\pvv.py                                                                     63      0   100%

src\coreason_meta_engineering\schema.py                                                                  38      0   100%

src\coreason_meta_engineering\utils\__init__.py                                                           0      0   100%

src\coreason_meta_engineering\utils\logger.py                                                             8      0   100%

src\coreason_meta_engineering\utils\topological_validation.py                                            79      0   100%

-----------------------------------------------------------------------------------------------------------------------------------

TOTAL                                                                                                   369      1    99%

Coverage HTML written to dir htmlcov

FAIL Required test coverage of 100% not reached. Total coverage: 99.73%

============================= 59 passed in 13.45s =============================