aramosf@hulk:~/osmo/CodeCome$ make tests
.venv/bin/python3 -m pytest -q tests
................................................................................................................ [ 13%]
................................................................................................................ [ 26%]
................................................................................................................ [ 39%]
................................................................................................................ [ 52%]
................................................................................................................ [ 65%]
................................................................................................................ [ 78%]
................................................................................................................ [ 92%]
................................................................... [100%]
=================================================== warnings summary ===================================================
tests/test_mock_llm_parity.py::TestMockLLMServer::test_models_endpoint
/home/aramosf/osmo/CodeCome/.venv/lib/python3.14/site-packages/_pytest/fixtures.py:1312: PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
Instance attributes set in this fixture will NOT be visible to test methods,
as each test gets a new instance while the fixture runs only once per class.
Use @classmethod decorator and set attributes on cls instead.
See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
fixturefunc = resolve_fixture_function(fixturedef, request)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
851 passed, 1 warning in 75.60s (0:01:15)
aramosf@hulk:~/osmo/CodeCome$ make tests
.venv/bin/python3 -m pytest -q tests
................................................................................................................ [ 13%]
................................................................................................................ [ 26%]
................................................................................................................ [ 39%]
................................................................................................................ [ 52%]
................................................................................................................ [ 65%]
................................................................................................................ [ 78%]
................................................................................................................ [ 92%]
................................................................... [100%]
=================================================== warnings summary ===================================================
tests/test_mock_llm_parity.py::TestMockLLMServer::test_models_endpoint
/home/aramosf/osmo/CodeCome/.venv/lib/python3.14/site-packages/_pytest/fixtures.py:1312: PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
Instance attributes set in this fixture will NOT be visible to test methods,
as each test gets a new instance while the fixture runs only once per class.
Use @classmethod decorator and set attributes on cls instead.
See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
fixturefunc = resolve_fixture_function(fixturedef, request)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
851 passed, 1 warning in 75.60s (0:01:15)