From fe46fb7f37a8b41fefe977ec9b761fab4f7f468b Mon Sep 17 00:00:00 2001 From: Stoilovskyi Vadym Date: Fri, 6 May 2022 16:23:52 +0300 Subject: [PATCH 1/2] Add rp_hierarchy_code flag to README.rst. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 443bed07..cdbeb88a 100644 --- a/README.rst +++ b/README.rst @@ -105,6 +105,7 @@ The following parameters are optional: - :code:`rp_hierarchy_dirs_level = 0` - Directory starting hierarchy level (from pytest.ini level) (default `0`) - :code:`rp_hierarchy_dirs = True` - Enables hierarchy for tests directories, default `False`. Doesn't support 'xdist' plugin. - :code:`rp_hierarchy_dir_path_separator` - Path separator to display directories in test hierarchy. In case of empty value current system path separator will be used (os.path.sep) +- :code:`rp_hierarchy_code` - Enables hierarchy for parametrized tests, default `False` - :code:`rp_issue_system_url = https://bugzilla.some.com/show_bug.cgi?id={issue_id}` - issue URL (issue_id will be filled by parameter from pytest mark) - :code:`rp_issue_id_marks = True` - Enables adding marks for issue ids (e.g. "issue:123456") - :code:`rp_verify_ssl = True` - Verify SSL when connecting to the server From 0f5f856f927b0453dc7d9b9aefa49824b4acd1a3 Mon Sep 17 00:00:00 2001 From: Stoilovskyi Vadym Date: Fri, 6 May 2022 21:31:46 +0300 Subject: [PATCH 2/2] Extend rp_hierarchy_code description --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cdbeb88a..c75246c4 100644 --- a/README.rst +++ b/README.rst @@ -105,7 +105,7 @@ The following parameters are optional: - :code:`rp_hierarchy_dirs_level = 0` - Directory starting hierarchy level (from pytest.ini level) (default `0`) - :code:`rp_hierarchy_dirs = True` - Enables hierarchy for tests directories, default `False`. Doesn't support 'xdist' plugin. - :code:`rp_hierarchy_dir_path_separator` - Path separator to display directories in test hierarchy. In case of empty value current system path separator will be used (os.path.sep) -- :code:`rp_hierarchy_code` - Enables hierarchy for parametrized tests, default `False` +- :code:`rp_hierarchy_code` - Enables hierarchy for inner classes and parametrized tests, default `False` - :code:`rp_issue_system_url = https://bugzilla.some.com/show_bug.cgi?id={issue_id}` - issue URL (issue_id will be filled by parameter from pytest mark) - :code:`rp_issue_id_marks = True` - Enables adding marks for issue ids (e.g. "issue:123456") - :code:`rp_verify_ssl = True` - Verify SSL when connecting to the server