Skip to content

Commit 21a9e67

Browse files
committed
Turbogears is not worth a mention
1 parent b4b9c0b commit 21a9e67

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

doc/cmd.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ code as well as your own, add the ``-L`` (or ``--pylib``) flag.
124124

125125
If your coverage results seem to be overlooking code that you know has been
126126
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.
129128

130129
If you are measuring coverage in a multi-process program, or across a number of
131130
machines, you'll want the ``--parallel-mode`` switch to keep the data separate

doc/trouble.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,6 @@ coverage.py from working properly:
5353
.. _issue 43: https://bitbucket.org/ned/coveragepy/issues/43/coverage-measurement-fails-on-code
5454

5555

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-
7156
Still having trouble?
7257
---------------------
7358

0 commit comments

Comments
 (0)