SurfSense/surfsense_backend
API Test Bot 8dd41adae4 test(backend): Add pytest testing infrastructure
- Add pytest, pytest-asyncio, pytest-mock to dev dependencies
- Configure pytest in pyproject.toml with async support
- Create tests directory structure with conftest.py
- Set up unit test framework for connector testing
- Enable automated testing for backend components
2026-01-31 17:27:18 +07:00
..
alembic feat(backend): Add DexScreener connector database migration 2026-01-31 17:25:31 +07:00
app refactor(backend): Extract Airtable token refresh to shared utility 2026-01-31 17:27:14 +07:00
scripts Reapply "Merge pull request #686 from AnishSarkar22/feat/replace-logs" 2026-01-16 11:32:06 -08:00
tests test(backend): Add pytest testing infrastructure 2026-01-31 17:27:18 +07:00
.dockerignore feat: Added Docker Support and missing dependencies. 2025-03-20 18:52:06 -07:00
.env.example feat: composio connector 2026-01-21 22:57:58 -08:00
.gitignore feat: added global llm configurations 2025-11-14 21:53:46 -08:00
.python-version feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
alembic.ini add github connector, add alembic for db migrations, fix bug updating connectors 2025-04-13 13:56:22 -07:00
backend.log feat: Add comprehensive BMAD agent, workflow, and documentation framework. 2026-01-31 14:48:53 +07:00
celery_worker.py fix: celery_app path and gmail indexing 2025-10-21 21:11:41 -07:00
Dockerfile chore: fixed github connector dependency and update connector status configuration 2026-01-26 03:24:05 +05:30
main.py feat: message history and PostgreSQL checkpointer integration 2025-12-21 03:30:10 -08:00
pyproject.toml test(backend): Add pytest testing infrastructure 2026-01-31 17:27:18 +07:00
test_dexscreener_integration.py feat(backend): Add DexScreener connector database migration 2026-01-31 17:25:31 +07:00
uv.lock test(backend): Add pytest testing infrastructure 2026-01-31 17:27:18 +07:00