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

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

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2014 10:31PM UTC
Files 38
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

13 Oct 2014 10:24PM UTC coverage: 100.0%. Remained the same
235.1

Pull #238

travis-ci

dhermes
Using calendar.timegm instead of time.mktime.

Note that time.mktime says:
"Convert a time tuple in local time to seconds since the Epoch."
while calendar.timegm says:
"handy function to calculate Unix timestamp from GMT."

This is why tests were failing with local timezones seeming
to matter (because they did with time.mktime).

Also changed import of datetime in datastore._helpers
to make namespace/class confusion clear. I noticed this when
looking for other uses of calendar.timegm in the codebase.
Pull Request #238: Large number of style-related changes to pass pylint

5953 of 5953 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 235.1
  • Tree
  • List 0
  • Changed 32
  • Source Changed 32
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 235
  • Travis Job 235.1
  • a5b7b127 on github
  • Prev Job for on master (#232.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