Skip to content

Commit

Permalink
schemathesis tests: Update CI test target
Browse files Browse the repository at this point in the history
Change-Id: I44542ffd52e8ceaa9831d1eaf061a484badaae5a
  • Loading branch information
rene-slowenski-checkmk committed Feb 27, 2025
1 parent 512d9a4 commit cea0119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ test-update-cross-edition-cme: # from CEE to CME
--latest-base-version --target-edition=CME --disable-interactive-mode --session-timeout 5400

test-schemathesis-openapi:
$(PYTEST) -T schemathesis_openapi $(PYTEST_SYSTEM_TEST_ARGS) $(realpath schemathesis_openapi) -p schemathesis
SCHMATHESIS_PROFILE=ci $(PYTEST) -T schemathesis_openapi $(realpath schemathesis_openapi) \
$(PYTEST_SYSTEM_TEST_ARGS) -p schemathesis -k stateless \
--html="../results/schemathesis_openapi.html" --self-contained-html

test-plugins:
$(PYTEST) -T plugins_integration $(PYTEST_SYSTEM_TEST_ARGS) $(realpath plugins_integration) \
Expand Down

0 comments on commit cea0119

Please sign in to comment.