You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assorted code updates and f string migrations (#12017)
* chore: setuponly - migrate to f string
* chore: MockTiming - move impl to _pytest.timing
* chore: fixture tests: migrate to f-strings
* chore: skipping tests: migrate to f-strings
* chore: junitxml tests: add more type annotations
* chore: junitxml tests: introduce more typesafe helpers
* add changelog
* test junitxml: split the DomNode type to express the Document/Element difference
* fixup: undo accidential name-mangling in the junitxml test helpers
* fixup: junitxml logging test - restore validation for expected output nodes
* fixup: have fake config .getini use correct types
* Update changelog/12017.improvement.rst
Co-authored-by: Bruno Oliveira <[email protected]>
* use contrib category for changelog
* use datetime.fromisoformat instead of strptime
* post rebase ruff fixes
* add extra coverage for junit test helpers
---------
Co-authored-by: Bruno Oliveira <[email protected]>
0 commit comments