• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pytest-dev / pytest / 1355
51%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2016 04:57PM UTC
Jobs 1
Files 36
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1355

Pull #1605

travis-ci

web-flow
Fixed issue shadowing error when missing argument on teardown_method

When the method argument is missing on teardown_method, the traceback is
100% internal to pytest, which with default options get pruned. Then
that traceback is empty, leading to a new exception as a traceback shall
not be empty.

This PR fixes that issue by pushing back the last stack on the
traceback, when the stacktrace is empty after pruning. Then the output
is still pruned, but gives meaningful information with the item where it
failed on the stack.

* fixes issue #1604

Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
Pull Request #1605: Fixed issue shadowing error when missing argument on teardown_method

3 of 3 new or added lines in 1 file covered. (100.0%)

8042 of 8721 relevant lines covered (92.21%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1355.1 (TESTENV=coveralls) 11 Jun 2016 04:57PM UTC 0
92.21
Travis Job 1355.1
Source Files on build 1355
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1355
  • Pull Request #1605
  • PR Base - master (#1352)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc