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
Testing #24156
I had this test:
@pytest.mark.parametrize("num", range(1, 10)) def test_num(num): if False: time.sleep(0.3) assert True time.sleep(0.3) assert True
And ran the tests (from the https://github.com/eleanorjboyd/inc_dec_example_repo/blob/main/inc_dec_example_test_suite/test_unit_and_pytest_combo.py repo) and the branch was colored as covered:
The text was updated successfully, but these errors were encountered:
eleanorjboyd
No branches or pull requests
Testing #24156
I had this test:
And ran the tests (from the https://github.com/eleanorjboyd/inc_dec_example_repo/blob/main/inc_dec_example_test_suite/test_unit_and_pytest_combo.py repo) and the branch was colored as covered:
The text was updated successfully, but these errors were encountered: