File tree 3 files changed +21
-1
lines changed 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ Marcus Cobden
116
116
Marius Gedminas
117
117
Mark van der Wal
118
118
Martin Fuzzey
119
+ Mathieu Kniewallner
119
120
Matt Bachmann
120
121
Matthew Boehm
121
122
Matthew Desmarais
Original file line number Diff line number Diff line change 24
24
args
25
25
argv
26
26
ascii
27
+ async
27
28
basename
28
29
basenames
29
30
bitbucket
@@ -59,8 +60,11 @@ coveragepy
59
60
coveragerc
60
61
covhtml
61
62
css
63
+ dataio
62
64
datetime
63
65
deallocating
66
+ debounce
67
+ decodable
64
68
dedent
65
69
defaultdict
66
70
deserialize
@@ -85,6 +89,7 @@ exec'ing
85
89
execfile
86
90
executability
87
91
executable's
92
+ execv
88
93
expr
89
94
extensibility
90
95
favicon
@@ -106,6 +111,7 @@ github
106
111
gitignore
107
112
globals
108
113
greenlet
114
+ hintedness
109
115
hotkey
110
116
hotkeys
111
117
html
@@ -143,15 +149,19 @@ monospaced
143
149
morf
144
150
morfs
145
151
multi
152
+ multiproc
146
153
mumbo
147
154
mycode
155
+ mypy
148
156
namespace
149
157
namespaces
150
158
nano
151
159
nbsp
152
160
ned
153
161
nedbat
154
162
nedbatchelder
163
+ newb
164
+ nocover
155
165
nosetests
156
166
nullary
157
167
num
@@ -167,21 +177,25 @@ overridable
167
177
parallelizing
168
178
parsable
169
179
parsers
180
+ pathlib
170
181
pathnames
171
182
plugin
172
183
plugins
173
184
pragma
174
185
pragma'd
175
186
pragmas
176
187
pre
188
+ premain
177
189
prepended
178
190
prepending
179
191
programmability
180
192
programmatically
181
193
py
182
194
py's
183
195
pyc
196
+ pyenv
184
197
pyexpat
198
+ pylib
185
199
pylint
186
200
pyproject
187
201
pypy
191
205
rcfile
192
206
readme
193
207
readthedocs
208
+ realpath
194
209
recordable
195
210
refactored
196
211
refactoring
@@ -199,9 +214,11 @@ regex
199
214
regexes
200
215
reimplemented
201
216
renderer
217
+ rootname
202
218
runnable
203
219
runtime
204
220
scrollbar
221
+ septatrix
205
222
serializable
206
223
settrace
207
224
setuptools
@@ -250,6 +267,7 @@ unparsable
250
267
unrunnable
251
268
unsubscriptable
252
269
untokenizable
270
+ usecache
253
271
username
254
272
utf
255
273
vendored
@@ -259,6 +277,7 @@ wikipedia
259
277
wildcard
260
278
wildcards
261
279
www
280
+ xdist
262
281
xml
263
282
xrange
264
283
xyzzy
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ environment variable.
23
23
This will write a line for each file considered, indicating whether it is
24
24
traced or not, and if not, why not. Be careful though: the output might be
25
25
swallowed by your test runner. If so, a ``COVERAGE_DEBUG_FILE=/tmp/cov.out ``
26
- environemnt variable can direct the output to a file insttead to ensure you see
26
+ environment variable can direct the output to a file instead to ensure you see
27
27
everything.
28
28
29
29
You can’t perform that action at this time.
0 commit comments