argos/docs/developer/tests.md
Luc Didry 2064d94fb9
📝 — Improve documentation (fix #11)
Extra:
- put psycopg2-binary in standard dependencies
2024-04-04 10:56:54 +02:00

428 B
Raw Blame History

Tests and linting

Tests

To launch the tests suite:

make tests

Linting

There is 4 lintings checks:

  • make djlint will check the linting of the HTML templates
  • make pylint will check the linting of Argos source code
  • make pylint-alembic will check the linting of Alembics migrations files
  • make ruff will check the linting of all files

You can launch all of them with:

make lint