33 lines
3.4 KiB
Plaintext
33 lines
3.4 KiB
Plaintext
uv : warning: `VIRTUAL_ENV=C:\projects\manual_slop\.venv` does not match the project environment path `.venv` and will be ignored; use
|
|
`--active` to target the active environment instead
|
|
At line:3 char:1
|
|
+ uv run pytest --cov=src/rook --cov-report=term-missing -x 2>&1 | Tee- ...
|
|
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
+ CategoryInfo : NotSpecified: (warning: `VIRTU...ronment instead:String) [], RemoteException
|
|
+ FullyQualifiedErrorId : NativeCommandError
|
|
|
|
============================= test session starts =============================
|
|
platform win32 -- Python 3.11.6, pytest-9.0.2, pluggy-1.6.0
|
|
rootdir: C:\projects\rook
|
|
configfile: pyproject.toml
|
|
testpaths: tests
|
|
plugins: anyio-4.12.1, asyncio-1.3.0, cov-7.0.0
|
|
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
|
|
collected 15 items
|
|
|
|
tests\test_agent.py ..... [ 33%]
|
|
tests\test_policy.py ....... [ 80%]
|
|
tests\test_scaffold.py ... [100%]
|
|
|
|
=============================== tests coverage ================================
|
|
_______________ coverage: platform win32, python 3.11.6-final-0 _______________
|
|
|
|
Name Stmts Miss Cover Missing
|
|
----------------------------------------------------
|
|
src\rook\__init__.py 2 0 100%
|
|
src\rook\agent.py 35 1 97% 48
|
|
src\rook\policy.py 16 0 100%
|
|
----------------------------------------------------
|
|
TOTAL 53 1 98%
|
|
============================= 15 passed in 1.40s ==============================
|