File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,21 @@ A clear and concise description of what the bug is.
1212
1313** To Reproduce**
1414Package versions
15- - pylint
16- - pytest
17- - pylint-pytest
15+
16+ <!-- e.g., get them by running
17+ pip list |& grep -E '\b(pylint|pytest|pylint-pytest)\b' | sed 's/^/* /'
18+ -->
19+
20+ * pylint:
21+ * pytest:
22+ * pylint-pytest:
1823
1924(add any relevant pylint/pytest plugin here)
2025
2126Folder structure
22- ```
27+ ``` console
28+ $ tree -L 2
29+
2330```
2431
2532File content
@@ -32,7 +39,7 @@ pylint output with the plugin
3239
3340(Optional) pytest output from fixture collection
3441``` bash
35- $ pytest < path/to/test/module.py> --fixtures --collect-only
42+ $ pytest --fixtures --collect-only < path/to/test/module.py>
3643< paste output here, can omit the built-ins>
3744```
3845
You can’t perform that action at this time.
0 commit comments