We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4dbcf commit 6182d68Copy full SHA for 6182d68
Makefile
@@ -315,7 +315,7 @@ black: reports
315
@chmod +x .git/hooks/pre-commit
316
317
genschema: reports
318
- $(MAKE) swagger PYTEST_ARGS="--genschema --create-db "
+ $(MAKE) swagger PYTEST_ADDOPTS="--genschema --create-db "
319
mv swagger.json schema.json
320
321
swagger: reports
@@ -354,7 +354,7 @@ live_test:
354
355
## Run all API unit tests with coverage enabled.
356
test_coverage:
357
- $(MAKE) test PYTEST_ARGS="--create-db $(COVERAGE_ARGS)"
+ $(MAKE) test PYTEST_ADDOPTS="--create-db $(COVERAGE_ARGS)"
358
@if [ "${GITHUB_ACTIONS}" = "true" ]; \
359
then \
360
echo 'cov-report-files=awxkit/coverage.xml,reports/coverage.xml' >> "${GITHUB_OUTPUT}"; \
0 commit comments