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

jstasiak / python-zeroconf / 899 / 7
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 11 Sep 2020 01:15AM UTC
Files 2
Run time 0s
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 Sep 2020 01:10AM UTC coverage: 93.295% (+0.01%) from 93.284%
899.7

push

travis-ci

web-flow
Fix AttributeError: module 'unittest' has no attribute 'mock' (#302)

We only had module-level unittest import before now, but code accessing
mock through unittest.mock was working because we have a test-level
import from unittest.mock which causes unittest to gain the mock
attribute and if the test was run before other tests (those using
unittest.mock.patch) all was good. If the test was not run before them,
though, they'd fail.

Closes GH-295.

632 of 751 branches covered (84.15%)

2421 of 2595 relevant lines covered (93.29%)

0.93 hits per line

Source Files on job 899.7
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 691
  • Travis Job 899.7
  • 2db7fff0 on github
  • Prev Job for on master (#896.1)
  • Next Job for on master (#900.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