Skip to content

Commit

Permalink
test: split up unit and integ tests (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Dec 14, 2021
1 parent ed0b3ff commit 1dcc378
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -13,9 +13,10 @@ test-install: install
. venv/bin/activate; pip install -r test/requirements.txt

test: test-install
. venv/bin/activate; coverage run -m unittest discover -s test/unit

test-integ: test
. venv/bin/activate; coverage run -m unittest discover
. venv/bin/activate; coverage run -m unittest discover -s test/integ

version ?= latest
test-docker:
Expand Down
Empty file added test/integ/__init__.py
Empty file.
File renamed without changes.
Empty file added test/unit/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1dcc378

Please sign in to comment.