Skip to content

Instantly share code, notes, and snippets.

@dakcarto
Created January 4, 2014 20:00
Show Gist options
  • Save dakcarto/8259948 to your computer and use it in GitHub Desktop.
Save dakcarto/8259948 to your computer and use it in GitHub Desktop.
Test errors for gpkgtools
$ brew test -v gpkgtools
Testing gpkgtools
==> python tests/geonames.py
**********************************************************************
File "tests/geonames.py", line 19, in __main__
Failed example:
contents['geonames']['last_change']
Expected:
u'2012-12-14T15:07:00.000000Z'
Got:
u'2014-01-04T19:54:58.000000Z'
**********************************************************************
File "tests/geonames.py", line 35, in __main__
Failed example:
geonames_features.columns
Expected:
[geonameid, name, asciiname, alternatenames, latitude, longitude, featureclass, featurecode, countrycode, cc2, admin1code, admin2code, admin3code, admin4code, population, elevation, gtopo30alt, timezone, modificationdate, Geometry]
Got:
[geonameid, name, asciiname, alternatenames, latitude, longitude, featureclass, featurecode, countrycode, cc2, admin1code, admin2code, admin3code, admin4code, population, elevation, gtopo30alt, timezone, modificationdate, geometry]
**********************************************************************
1 items had failures:
2 of 22 in __main__
***Test Failed*** 2 failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment