Skip to content

DomainDrivers/dd-python

Repository files navigation

Running tests

Prerequisites

  • Install Python3.12
  • Install poetry
  • Install project dependencies in a poetry's managed virtualenv poetry install --with=dev
  • Have docker up and running (tests use TestContainers)

Running linters and tests

If you have make

make qa

If you don't have make

ruff check . --extend-select I --fix
ruff format .
mypy --strict --enable-incomplete-feature=NewGenericSyntax .
pytest tests/
tach check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages