Skip to content

Commit 5ab49a5

Browse files
authored
Shorted fixture parametrization ids (#1192)
The change significantly reduces generated test names to fit better on the local terminal, in logs, and benchmark web view. For example, `test_keys_view_xor[case-insensitive-pure-python-module]` becomes `test_keys_view_xor[ci-py]`, `test_keys_view_xor[case-sensitive-c-extension-module]` becomes `test_keys_view_xor[cs-c]`
1 parent 7e68e1b commit 5ab49a5

38 files changed

+6
-3
lines changed

CHANGES/1192.contrib

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Shorted fixture parametrization ids.
2+
3+
For example, ``test_keys_view_xor[case-insensitive-pure-python-module]`` becomes ``test_keys_view_xor[ci-py]`` -- by :user:`asvetlov`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)