web_project 最后一步 make test 报错
make test
uv run pytest
======================================================= test session starts ========================================================
platform darwin -- Python 3.11.15, pytest-9.0.3, pluggy-1.6.0 -- /Users/zxx/project/fun-rec/web_project/backend/.venv/bin/python3
cachedir: .pytest_cache
rootdir: /Users/zxx/project/fun-rec/web_project/backend
configfile: pytest.ini
plugins: asyncio-1.3.0, anyio-4.13.0
asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collected 0 items
========================================================= warnings summary ========================================================= .venv/lib/python3.11/site-packages/_pytest/config/init.py:1581 /Users/zxx/project/fun-rec/web_project/backend/.venv/lib/python3.11/site-packages/_pytest/config/init.py:1581: PytestConfigWarning: No files were found in testpaths; consider removing or adjusting your testpaths configuration. Searching recursively from the current directory instead. self.args, self.args_source = self._decide_args(
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================================================== 1 warning in 0.01s ======================================================== make: *** [test] Error 5
Source: datawhalechina/fun-rec