Cody D'Ambrosio
Cody D'Ambrosio
Testing with tip-of-main to try out new subtests integration. Simple subtest example ``` def test_subtests(subtests): """Simple subtest example""" for i in range(2): with subtests.test(msg="is_even", i=i): assert i % 2 ==...
Improve support for YAML blocks: - Allowing passing raw_yaml_block to tracker when adding test result - Output YAML block in generated TAP file * [x] Is your name/identity in the...
To accept your contribution, please complete the checklist below. * [ ] Is your name/identity in the AUTHORS file alphabetically? * [ ] Did you write a test to verify...