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.
12
12
13
13
** To Reproduce**
14
14
Package 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:
18
23
19
24
(add any relevant pylint/pytest plugin here)
20
25
21
26
Folder structure
22
- ```
27
+ ``` console
28
+ $ tree -L 2
29
+
23
30
```
24
31
25
32
File content
@@ -32,7 +39,7 @@ pylint output with the plugin
32
39
33
40
(Optional) pytest output from fixture collection
34
41
``` bash
35
- $ pytest < path/to/test/module.py> --fixtures --collect-only
42
+ $ pytest --fixtures --collect-only < path/to/test/module.py>
36
43
< paste output here, can omit the built-ins>
37
44
```
38
45
You can’t perform that action at this time.
0 commit comments