udpate docs for new tests

This commit is contained in:
Jonathan Wren 2021-10-02 17:07:21 -07:00
parent 9cd2250a61
commit 02bdc3965e
102 changed files with 3 additions and 4568 deletions

View file

@ -30,7 +30,7 @@ bdd: # bdd tests
bdd-debug: # bdd tests
poetry run pytest tests/bdd --gherkin-terminal-reporter --tb=native -x -vv
test: lint unit bdd ## Run unit tests and behave tests
test: lint unit bdd
build:
poetry build