chore: Run general tests

This commit is contained in:
2026-02-24 23:11:43 -05:00
parent 1b5303b44f
commit 08c6fd512c

View File

@@ -35,7 +35,7 @@ dev = [
[tool.taskipy.tasks]
dev = "uvicorn src.naliiabotapi.main:app --host 0.0.0.0 --port 8010 --reload"
test = "pytest tests/test_agent.py -v"
test = "pytest -v"
test-cov = "pytest tests/test_agent.py --cov=src.naliiabot.bot.agent --cov-report=html && python -m http.server 8000 --directory htmlcov"