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

zulip / zulip / 14226 / 6
3%
master: 3%

Build:
DEFAULT BRANCH: master
Ran 19 Mar 2017 01:22AM UTC
Files 357
Run time 2min
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

18 Mar 2017 10:49PM UTC coverage: 91.002% (-0.08%) from 91.079%
TEST_SUITE=backend

push

travis-ci

timabbott
tests: Prevent misuse of assert_in_success_response.

Changing assert_in_success_response to require List[Text] instead of
Iterable[Text] prevents the following misuse:

    self.assert_in_response_success("message", response)

Currently, this will check whether 'm', 'e', 's', 'a', and 'g' separately
appear in the response, which is probably not the intended behavior.  The
correct usage is as follows:

    self.assert_in_response_success(["message"], response)

28712 of 31551 relevant lines covered (91.0%)

0.91 hits per line

Source Files on job 14226.6 (TEST_SUITE=backend)
  • Tree
  • List 0
  • Changed 18
  • Source Changed 3
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14226
  • Travis Job 14226.6
  • fde1aa50 on github
  • Prev Job for TEST_SUITE=backend on master (#14214.7)
  • Next Job for TEST_SUITE=backend on master (#14227.6)
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