Skip to content

Commit 42f7378

Browse files
committed
fix: TT-399 inject environment variable for tests
1 parent 260464a commit 42f7378

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

V2/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ install:
1616
@echo "Completed! "
1717

1818
.PHONY: test
19+
test: export ENVIRONMENT = test
20+
test: export TEST_DB_CONNECTION = sqlite:///:memory:
1921
test:
2022
@echo "=========================================Lint with flake8========================================="
2123
flake8 . --show-source --statistics

0 commit comments

Comments
 (0)