We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This story is a first (and easy) step to #23. It may be enough, so let's try it.
The @hospital.smoketest decorator marks objects as is_healthcheck and is_smoketest. So it will be possible to collect and run only smoketests.
@hospital.smoketest
is_healthcheck
is_smoketest
import hospital @hospital.smoketest def test_http_200(): hospital.assert_http_response('http://example.com', status_code=200, timeout=1)
The text was updated successfully, but these errors were encountered:
Moved to milestone 0.5.
Sorry, something went wrong.
No branches or pull requests
This story is a first (and easy) step to #23. It may be enough, so let's try it.
The
@hospital.smoketest
decorator marks objects asis_healthcheck
andis_smoketest
. So it will be possible to collect and run only smoketests.The text was updated successfully, but these errors were encountered: