how to set the pytest.param id automatically?

后端 未结 0 1247
旧巷少年郎
旧巷少年郎 2021-02-03 16:37

I have a parametrized test:

import pytest
@pytest.mark.parametrize(\'args\', [
    [1,2,3],
    [\'a\'],
    [[],[1],[\'a\']],
])
def test_bla(args):
    assert a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题