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

pytest-dev / pytest / 1354 / 1
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 11 Jun 2016 04:43PM UTC
Files 36
Run time 1s
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

11 Jun 2016 04:37PM UTC coverage: 92.203% (-0.009%) from 92.212%
TESTENV=coveralls

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

8041 of 8721 relevant lines covered (92.2%)

0.92 hits per line

Source Files on job 1354.1 (TESTENV=coveralls)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1354
  • Travis Job 1354.1
  • 764e3e4d on github
  • Prev Job for TESTENV=coveralls on master (#1352.1)
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