Reqstool Client
Contributing
-
We adhere to the latest version of Contributor Covenant
-
Fork repo
-
Before submitting a PR
-
Perform formatting (black):
hatch run lint:black src tests
-
Run linter (flake8):
hatch run lint:flake8
-
Run tests:
-
all:
hatch run test:pytest --cov=reqstool
-
unit only:
hatch run test:pytest --cov=reqstool tests/unit
-
integration only:
hatch run test:pytest --cov=reqstool tests/integration