diff --git a/changelog/12017.improvement.rst b/changelog/12017.improvement.rst new file mode 100644 index 000000000..03c1e4a88 --- /dev/null +++ b/changelog/12017.improvement.rst @@ -0,0 +1,5 @@ +* migrate formatting tests to fstrings +* use typesafe constructs in the junitxml tests +* separate mocktiming into ``_pytest.timing`` + +-- by :user:`RonnyPfannschmidt`