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

nose-devs / nose2 / 513 / 2
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 22 Oct 2017 12:28AM UTC
Files 45
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

22 Oct 2017 12:21AM UTC coverage: 86.866% (-0.2%) from 87.016%
513.2

push

travis-ci

katrinabrock
Allow combination of MP and OutputBuffer plugins on Python 3.

You could not combine those two plugins in Python 3.4 (and presumably
any Python 3 version).
The error message when combining OutputBuffer and MP on Python 3.4
was internal error, 'state is not a dictionary'. It stems from
a python bug (https://bugs.python.org/issue26695) that prevents
unpickling objects which return a falsy value from __getstate__
when using _pickle.

The MP plugin used to send the Buffer object, and nested Streams, back
from the spawned processes, when a string would do just as well.

This patch moves the stream -> string conversion to setTestOutcome,
which still happens in the actual testing process.

It includes a test case exposing the issue.

1024 of 1253 branches covered (81.72%)

3168 of 3647 relevant lines covered (86.87%)

0.87 hits per line

Source Files on job 513.2
  • Tree
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 513
  • Travis Job 513.2
  • 7c350342 on github
  • Prev Job for on master (#512.1)
  • Next Job for on master (#514.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