allure-framework / allure-framework/allure-python

allure 和 pytest.mark 不应该混淆

オープン
#783 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
814
フォーク
260
PR マージ指標
30日以内にマージされた PR はありません

説明

[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugin/issues
.
. Make sure you have a clear name for your issue. The name should start with a capital
. letter and no dot is required in the end of the sentence. An example of good issue names:
.
. - The report is broken in IE11
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)

#### I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.

#### What is the current behavior?
不应该出现的标签

#### If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

@allure.link("https://www.baidu.com/", name="baidu")
@allure.issue("https://www.baidu.com/", "BUG")
@allure.testcase("YHZ-123")
@pytest.mark.repeat(1)
@pytest.mark.parametrize("coupons_type", [1, 2])
def xxx():
pass

![image](https://github.com/allure-framework/allure-python/assets/29268369/7266c4b2-f2d7-49c4-b77f-3c29acb7e635)

#### What is the expected behavior?
预期结果,allure 和 pytest.mark 不应该 混淆

#### What is the motivation / use case for changing the behavior?

#### Please tell us about your environment:

Python = 3.9.0
allure = 2.17.2
allure-pytest = 2.13.2

#### Other information

[//]: # (
. e.g. detailed explanation, stacktraces, related issues, suggestions
. how to fix, links for us to have more context, eg. Stackoverflow, Gitter etc
)

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

まず、提示されたデコレータのコードスニペットを、指定された Python 3.9.0、allure 2.17.2、allure-pytest 2.13.2 の環境で使用して、報告された動作を再現します。pytest マーカーの処理を担当する allure-pytest 統合のエントリーポイントを調査し、生成されたラベルを添付のスクリーンショットおよび期待される動作と比較して、意図した結果が確認できたら回帰テストを追加します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
testing-qa
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。