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

GoogleCloudPlatform / google-cloud-python / 917 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2015 10:07PM UTC
Files 42
Run time 20s
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

12 Jan 2015 10:05PM UTC coverage: 100.0%. Remained the same
917.1

Pull #535

travis-ci

dhermes
Attempt retry hook for flaky regression test cases.

Fixes #531.

To "test" that this works, feel free to add a test case like:

    x = 0

    def test_retry(self):
        # Feel free to vary 3 higher and higher, should always be
        # NUM_RETRIES in the final error message.
        if self.x < 3:
            self.x += 1
            self.assertEqual(self.x, object())  # Fails
        else:
            self.assertTrue(True)
Pull Request #535: Attempt retry hook for flaky regression test cases.

7993 of 7993 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 917.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 917
  • Travis Job 917.1
  • cc5e3df5 on github
  • Prev Job for on master (#916.1)
  • Next Job for on master (#919.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