Ticket #3433 defect closed duplicate
twisted.trial.runner.TrialRunner unconditionally prints warnings to stdout
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
TrialRunner makes it possible to see Twisted log messages which are emitted by the log/warnings bridge code. It does this by printing the warning to stdout. If a test needs to emit a warning of this type, there is no way to prevent having the warning written to stdout. Normal behavior such as this which is expected and required should not result in noise on stdout. There should be a way to prevent these warnings from showing up.
Change History
Note: See
TracTickets for help on using
tickets.
