File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,7 @@ code as well as your own, add the ``-L`` (or ``--pylib``) flag.
124
124
125
125
If your coverage results seem to be overlooking code that you know has been
126
126
executed, try running coverage.py again with the ``--timid `` flag. This uses a
127
- simpler but slower trace method. Projects that use DecoratorTools, including
128
- TurboGears, will need to use ``--timid `` to get correct results.
127
+ simpler but slower trace method, and might be needed in rare cases.
129
128
130
129
If you are measuring coverage in a multi-process program, or across a number of
131
130
machines, you'll want the ``--parallel-mode `` switch to keep the data separate
Original file line number Diff line number Diff line change @@ -53,21 +53,6 @@ coverage.py from working properly:
53
53
.. _issue 43 : https://bitbucket.org/ned/coveragepy/issues/43/coverage-measurement-fails-on-code
54
54
55
55
56
- Things that require --timid
57
- ---------------------------
58
-
59
- Some packages interfere with coverage measurement, but you might be able to
60
- make it work by using the ``--timid `` command-line switch, or the ``[run]
61
- timid=True `` configuration option.
62
-
63
- * `DecoratorTools `_, or any package which uses it, notably `TurboGears `_.
64
- DecoratorTools fiddles with the trace function. You will need to use
65
- ``--timid ``.
66
-
67
- .. _DecoratorTools : https://pypi.org/project/DecoratorTools/
68
- .. _TurboGears : http://turbogears.org/
69
-
70
-
71
56
Still having trouble?
72
57
---------------------
73
58
You can’t perform that action at this time.
0 commit comments