Is there a way to parameterize a pytest fixture function?

前端 未结 0 454
情深已故
情深已故 2021-01-01 13:18

I have a function

def my_function(arg1, arg2):
    c = arg1+arg2
    return c

This function "my_function" is being called inside my

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