Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestMainExtend 不支持 tester 参数 #149

Closed
imvkmark opened this issue Oct 10, 2022 · 1 comment
Closed

TestMainExtend 不支持 tester 参数 #149

imvkmark opened this issue Oct 10, 2022 · 1 comment

Comments

@imvkmark
Copy link

version: 2.10.2

代码:

    extend = TestMainExtend(
        path="tests/",
        base_url=url,
        title=title,
-        tester="duoli",
        # debug=True,
        description="氪金兽项目接口自动化测试用例"
    )

这里的 tester="duoli" 这一行代码需要删除掉才不会报错, TestMainExtend 不支持参数 tester, 原因是继承没有重写此参数

defnngj added a commit that referenced this issue Oct 10, 2022
@defnngj
Copy link
Collaborator

defnngj commented Oct 10, 2022

TestMainExtend 漏掉了tester 参数,已经加上了,感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants