Added unit tests for new utc conversion logic

This commit is contained in:
alexjanousekGSA
2025-02-26 11:11:47 -05:00
parent e7953262a3
commit c37bb44e0a
4 changed files with 209 additions and 5 deletions

View File

@@ -162,3 +162,8 @@ upload-static:
# @cf map-route notify-admin ${DNS_NAME} --hostname www
# @cf unmap-route notify-admin-failwhale ${DNS_NAME} --hostname www
# @echo "Failwhale is disabled"
.PHONY: test-single
test-single: export NEW_RELIC_ENVIRONMENT=test
test-single: ## Run a single test file
poetry run pytest $(TEST_FILE)