Skip to content

Commit

Permalink
Fixes for make docker_test (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lane authored Mar 30, 2020
1 parent 2ea600f commit e273e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test_unit: clean
pytest --strict --junitxml=build/unit.xml --cov=confidant --cov-report=html --cov-report=xml --cov-report=term --no-cov-on-fail tests/unit

test_frontend:
grunt test
node_modules/grunt-cli/bin/grunt test

.PHONY: compile_deps # freeze requirements.in to requirements3.txt
compile_deps:
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
addopts = -p no:warnings --no-print-logs --strict
env =
SESSION_SECRET=secret
DYNAMODB_CREATE_TABLE=False
DYNAMODB_TABLE=confidant-testing
DYNAMODB_TABLE_ARCHIVE=confidant-testing-archive
DYNAMODB_URL=http://dynamodb:8080
Expand Down

0 comments on commit e273e2e

Please sign in to comment.