File tree 2 files changed +15
-17
lines changed
2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 40
40
'sphinx.ext.intersphinx' ,
41
41
'sphinxcontrib.restbuilder' ,
42
42
'sphinx.ext.napoleon' ,
43
- 'sphinx_tabs.tabs' ,
43
+ # 'sphinx_tabs.tabs',
44
44
]
45
45
46
46
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ Getting started is easy:
68
68
69
69
Instructions for specific test runners:
70
70
71
- .. tabs ::
72
-
73
- .. tab :: pytest
71
+ - **pytest **
74
72
75
73
If you usually use::
76
74
@@ -83,7 +81,7 @@ Getting started is easy:
83
81
Many people choose to use the `pytest-cov `_ plugin, but for most
84
82
purposes, it is unnecessary.
85
83
86
- .. tab :: unittest
84
+ - ** unittest **
87
85
88
86
Change "python" to "coverage run", so this::
89
87
@@ -93,18 +91,18 @@ Getting started is easy:
93
91
94
92
$ coverage run -m unittest discover
95
93
96
- .. tab :: nosetest
97
-
98
- *Nose has been unmaintained for a long time. You should seriously
99
- consider adopting a different test runner. *
100
-
101
- Change this::
102
-
103
- $ nosetests arg1 arg2
104
-
105
- to::
106
-
107
- $ coverage run -m nose arg1 arg2
94
+ .. - ** nosetest**
95
+ ..
96
+ .. *Nose has been unmaintained for a long time. You should seriously
97
+ .. consider adopting a different test runner.*
98
+ ..
99
+ .. Change this::
100
+ ..
101
+ .. $ nosetests arg1 arg2
102
+ ..
103
+ .. to this ::
104
+ ..
105
+ .. $ coverage run -m nose arg1 arg2
108
106
109
107
To limit coverage measurement to code in the current directory, and also
110
108
find files that weren't executed at all, add the ``--source=. `` argument to
You can’t perform that action at this time.
0 commit comments