Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-399 inject environment variable for tests
  • Loading branch information
ararcos committed Nov 17, 2021
commit 42f7378073e12d5bf6c4c5f3758ed8754567b3a1
2 changes: 2 additions & 0 deletions V2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ install:
@echo "Completed! "

.PHONY: test
test: export ENVIRONMENT = test
test: export TEST_DB_CONNECTION = sqlite:///:memory:
test:
@echo "=========================================Lint with flake8========================================="
flake8 . --show-source --statistics
Expand Down