- Poetry (analyze, test)
- npm (analyze)
- addlicense (analyze)
- Google Cloud CLI (test)
poetry install --all-extraspoetry shell
nox -t analyzepoetry shell
nox -s tests -- unitpoetry shell
BQMS_VERBOSE="False" \
BQMS_MULTITHREADED="True" \
BQMS_PROJECT="<YOUR_TEST_PROJECT>" \
BQMS_GCS_BUCKET="<YOUR_TEST_BUCKET>" \
nox -s tests -- integrationpoetry shell
BQMS_VERBOSE="False" \
BQMS_MULTITHREADED="True" \
BQMS_PROJECT="<YOUR_TEST_PROJECT>" \
BQMS_GCS_BUCKET="<YOUR_TEST_BUCKET>" \
nox -s testsTo view all logs while running tests:
poetry shell
nox -s tests --verbose -- unit pytest_verbose