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

需求: 对齐pytest.marks的特性 #1153

Open
1 of 7 tasks
zhengtong0898 opened this issue Jan 16, 2022 · 0 comments
Open
1 of 7 tasks

需求: 对齐pytest.marks的特性 #1153

zhengtong0898 opened this issue Jan 16, 2022 · 0 comments
Assignees
Labels
feature-pytest feature related to pytest
Milestone

Comments

@zhengtong0898
Copy link

zhengtong0898 commented Jan 16, 2022

问题描述

当前框架仅支持 pytest.mark 的 parametrize 特性,
常用的 skip, skipif, usefixture, custom_marks 这些标签特性还没有支持,
缺少这些特性可能无法满足特定场景的要求。

  • pytest.mark.parametrize (已支持)
  • pytest.mark.filterwarnings (尚未支持)
  • pytest.mark.skip (尚未支持) support skip for pyest #1359
  • pytest.mark.skipif (尚未支持)
  • pytest.mark.usefixtures (尚未支持)
  • pytest.mark.xfail (尚未支持)
  • Custom marks (尚未支持)
@zhengtong0898 zhengtong0898 added the pending pending for confirmation label Jan 16, 2022
zhengtong0898 added a commit to zhengtong0898/httprunner that referenced this issue Jan 16, 2022
@debugtalk debugtalk added feature-pytest feature related to pytest and removed pending pending for confirmation labels May 3, 2022
@debugtalk debugtalk added this to the v4.2 milestone May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-pytest feature related to pytest
Projects
Status: Todo
Development

No branches or pull requests

2 participants