Skip to content

Commit 0f5f856

Browse files
committed
Extend rp_hierarchy_code description
1 parent fe46fb7 commit 0f5f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following parameters are optional:
105105
- :code:`rp_hierarchy_dirs_level = 0` - Directory starting hierarchy level (from pytest.ini level) (default `0`)
106106
- :code:`rp_hierarchy_dirs = True` - Enables hierarchy for tests directories, default `False`. Doesn't support 'xdist' plugin.
107107
- :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)
108-
- :code:`rp_hierarchy_code` - Enables hierarchy for parametrized tests, default `False`
108+
- :code:`rp_hierarchy_code` - Enables hierarchy for inner classes and parametrized tests, default `False`
109109
- :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)
110110
- :code:`rp_issue_id_marks = True` - Enables adding marks for issue ids (e.g. "issue:123456")
111111
- :code:`rp_verify_ssl = True` - Verify SSL when connecting to the server

0 commit comments

Comments
 (0)