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

GoogleCloudPlatform / google-cloud-python / 235
100%

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

pending completion
235

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

408 of 408 new or added lines in 25 files covered. (100.0%)

5953 of 5953 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 235.1 13 Oct 2014 10:31PM UTC 0
100.0
Travis Job 235.1
Source Files on build 235
  • Tree
  • List 0
  • Changed 32
  • Source Changed 32
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #235
  • Pull Request #238
  • PR Base - master (#232)
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

© 2025 Coveralls, Inc