You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@docker compose run delphi_web_python $(M1) python -m pytest --import-mode importlib $(pdb)$(test)| tee test_output_$(NOW).log
92
+
@SQLALCHEMY_DATABASE_URI=$(sqlalchemy_uri) docker compose run delphi_web_python $(M1)\
93
+
python -m pytest --import-mode importlib $(pdb)$(test)| tee test_output_$(NOW).log
98
94
99
95
.PHONY=r-test
100
96
r-test:
101
-
@docker compose run delphi_web_python $(M1) Rscript repos/delphi/delphi-epidata/integrations/client/test_delphi_epidata.R | tee r-test_output_$(NOW).log
97
+
@SQLALCHEMY_DATABASE_URI=$(sqlalchemy_uri) docker compose run delphi_web_python $(M1)\
98
+
Rscript repos/delphi/delphi-epidata/integrations/client/test_delphi_epidata.R | tee r-test_output_$(NOW).log
102
99
103
100
.PHONY=bash
104
101
bash:
105
-
@docker compose run delphi_web_python $(M1) bash
102
+
@SQLALCHEMY_DATABASE_URI=$(sqlalchemy_uri)docker compose run delphi_web_python $(M1) bash
0 commit comments