Skip to content

Commit

Permalink
Adding init file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadhu-sl committed Jan 30, 2024
1 parent c0f9ffa commit 8d3694d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makerules/python.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ black:
flake8:
flake8 .

test:: test-unit test-e2e
test:: test-unit test-integration test-e2e

test-unit:
[ -d tests/unit ] && python -m pytest tests/unit

test-integration:
[ -d tests/integration ] && python -m pytest tests/integration

test-e2e:
[ -d tests/e2e ] && python -m pytest tests/e2e
Expand Down
Empty file.

0 comments on commit 8d3694d

Please sign in to comment.