Skip to content

Commit

Permalink
Added pytest to 'make qa'
Browse files Browse the repository at this point in the history
Signed-off-by: Beda Kraus <[email protected]>
  • Loading branch information
BedaKraus authored and SmithChart committed Jan 26, 2024
1 parent 8e2904c commit 871854a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ $(PYTHON_TESTING_ENV)/.created: REQUIREMENTS.qa.txt
qa: $(PYTHON_TESTING_ENV)/.created
. $(PYTHON_TESTING_ENV)/bin/activate && \
black --check --diff . && \
flake8

flake8 && \
python3 -m pytest -vv
3 changes: 2 additions & 1 deletion REQUIREMENTS.qa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ black
flake8
flake8-pyproject
flake8-bugbear

pytest
pytest-mock

0 comments on commit 871854a

Please sign in to comment.