commit | 4b26d79ba76792f53f77f3eceaf49b24e0e1578f | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Sun Sep 04 11:19:34 2022 +0300 |
committer | lkuchlan <lkuchlan@redhat.com> | Sun Sep 04 11:46:52 2022 +0300 |
tree | 2aa8edbdece51dd9ec0350c47afb01ccbf684f41 | |
parent | f67893ccccb59151b69719bf44c3a09aae541b11 [diff] |
Use ddt.named_data decorator to avoid random test names There are few tests that generate random test names because random parameters are given to the ddt.data decorator. In the ddt version number 1.6.0 there is a possibility to determine the name of the tests without relying on the given values. I think this could be a good solution for the randomly generated names. Change-Id: Iaf39f4a83e383fb9db7f519136b9169352ff84af