File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 11-include .env
22
3-
4-
53APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME ) )
64AWS_DOMAIN_NAME =https://$(shell make -C ../terraform -s output name=service_domain_name || true)
75PARALLEL_WORKERS =4
@@ -10,13 +8,4 @@ print-token:
108 @echo " APIGEE_ACCESS_TOKEN=$( APIGEE_ACCESS_TOKEN) "
119
1210run-immunization-batch :
13- # ENVIRONMENT=$(environment) poetry run python -m unittest -v -c
14- ENVIRONMENT=$(ENVIRONMENT) poetry run unittest-parallel -v -j $(PARALLEL_WORKERS)
15-
16- test :
17- # @echo "PR_NUMBER=$(PR_NUMBER)"
18- # @echo "ENVIRONMENT=$(ENVIRONMENT)"
19- # ENVIRONMENT=$(ENVIRONMENT) poetry run python -m unittest -v -c
2011 ENVIRONMENT=$(ENVIRONMENT ) poetry run unittest-parallel -v -j $(PARALLEL_WORKERS )
21-
22-
Original file line number Diff line number Diff line change 11import time
22import csv
33import pandas as pd
4- import boto3
54import uuid
65import json
76import random
You can’t perform that action at this time.
0 commit comments