File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ cmdline
30
30
Cobertura
31
31
codecs
32
32
colorsys
33
+ combinable
33
34
conditionalizing
34
35
config
35
36
configparser
@@ -45,8 +46,11 @@ covhtml
45
46
CPython
46
47
css
47
48
CTracer
49
+ Cython
48
50
datetime
51
+ deallocating
49
52
dedent
53
+ defaultdict
50
54
deserialize
51
55
deserialized
52
56
dict
@@ -60,6 +64,7 @@ doctest
60
64
doctests
61
65
DOCTYPE
62
66
DOM
67
+ encodable
63
68
encodings
64
69
endfor
65
70
endif
@@ -71,6 +76,8 @@ execfile
71
76
executability
72
77
executable's
73
78
expr
79
+ extensibility
80
+ favicon
74
81
filename
75
82
filenames
76
83
filepath
@@ -86,6 +93,7 @@ getattr
86
93
gevent
87
94
gevent's
88
95
github
96
+ gitignore
89
97
globals
90
98
greenlet
91
99
hotkey
@@ -96,6 +104,7 @@ htmlcov
96
104
http
97
105
https
98
106
importlib
107
+ installable
99
108
instancemethod
100
109
int
101
110
ints
@@ -104,11 +113,14 @@ iterable
104
113
iterables
105
114
Jinja
106
115
jquery
116
+ jQuery
107
117
json
108
118
jython
109
119
kwargs
110
120
lcov
121
+ localStorage
111
122
Mako
123
+ manylinux
112
124
matcher
113
125
matchers
114
126
merchantability
@@ -146,6 +158,7 @@ optparse
146
158
os
147
159
outfile
148
160
overridable
161
+ parallelizing
149
162
parsable
150
163
parsers
151
164
pathnames
@@ -173,15 +186,21 @@ pyw
173
186
rcfile
174
187
readme
175
188
readthedocs
189
+ recordable
176
190
refactored
177
191
refactoring
178
192
refactorings
179
193
regex
180
194
regexes
195
+ reimplemented
181
196
renderer
197
+ runnable
198
+ runtime
199
+ scrollbar
182
200
serializable
183
201
settrace
184
202
setuptools
203
+ sigterm
185
204
sitecustomize
186
205
sortable
187
206
src
@@ -190,11 +209,17 @@ stderr
190
209
stdlib
191
210
stdout
192
211
str
212
+ subclasses
213
+ subdirectory
214
+ subprocess
215
+ subprocesses
193
216
symlink
194
217
symlinks
218
+ syntaxes
195
219
sys
196
220
templite
197
221
templating
222
+ testability
198
223
Tidelift
199
224
timestamp
200
225
todo
@@ -206,6 +231,7 @@ tokenizer
206
231
tokenizes
207
232
tokenizing
208
233
toml
234
+ tomllib
209
235
tox
210
236
traceback
211
237
tracebacks
@@ -214,17 +240,20 @@ tuples
214
240
txt
215
241
ubuntu
216
242
undecodable
243
+ unexecutable
217
244
unexecuted
218
245
unicode
219
246
uninstall
220
247
unittest
221
248
unparsable
249
+ unrunnable
222
250
unsubscriptable
223
251
untokenizable
224
252
username
225
253
URL
226
254
UTF
227
255
utf
256
+ vendored
228
257
versionadded
229
258
virtualenv
230
259
whitespace
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Make sure you are using the C trace function. Coverage.py provides two
90
90
implementations of the trace function. The C implementation runs much faster.
91
91
To see what you are running, use ``coverage debug sys ``. The output contains
92
92
details of the environment, including a line that says either
93
- ``CTrace: available `` or ``CTracer: unavailable ``. If it says unavailble ,
93
+ ``CTrace: available `` or ``CTracer: unavailable ``. If it says unavailable ,
94
94
then you are using the slow Python implementation.
95
95
96
96
Try re-installing coverage.py to see what happened and if you get the CTracer
You can’t perform that action at this time.
0 commit comments