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

m-lab / ndt-e2e-clientworker / 151 / 1
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 05 May 2016 03:17PM UTC
Files 14
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

05 May 2016 03:15PM UTC coverage: 88.117% (+0.02%) from 88.095%
151.1

push

travis-ci

mtlynch
Fixing client wrapper so it always quit()s Selenium (#55)

* Fixing client wrapper so it always quit()s Selenium

This fixes a bug in that the client_wrapper was just calling close() on
the Selenium driver, which closes the browser window, but does not free
resources associated with the browser driver. To do that, we need to call
quit().

This changes create_browser to a context manager so that callers can call
it in a with block that automatically calls quit() at the end. Updates the
unit tests to match.

Small refactoring of apply_patches_for_create_browser so that it's now shared
between both the banjo tests and the HTML5 tests.

Renames NdtClientTest to NdtClientTestCase

482 of 547 relevant lines covered (88.12%)

0.88 hits per line

Source Files on job 151.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 151
  • Travis Job 151.1
  • c8721f1f on github
  • Prev Job for on master (#147.1)
  • Next Job for on master (#157.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