Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Nov 7, 2023
1 parent afea80d commit 98da265
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test: | _prerequire ## Run all the tests, to run a specific test run: make test
arg_2="$${args:-${1}}" && \
arg_3="$${arg_2:=$(SRC_FOLDER_FULL_PATH)}" && \
cd ${ECOMMERCE_SOURCE_PATH} && \
DJANGO_SETTINGS_MODULE=paygate.settings.test coverage run --source="$(ROOT_DIR)" -m pytest $${arg_3}
DJANGO_SETTINGS_MODULE=nau_extensions.settings.test coverage run --source="$(ROOT_DIR)" -m pytest $${arg_3}
.PHONY: test

clean: ## remove all the unneeded artifacts
Expand Down
7 changes: 7 additions & 0 deletions nau_extensions/tests/test_info.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from ecommerce.tests.testcases import TestCase

class InfoTests(TestCase):

def test_cancel_response_view_default(self):
pass

0 comments on commit 98da265

Please sign in to comment.