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

torchbox / wagtail / 6094 / 13
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2016 11:12AM UTC
Files 400
Run time 10s
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

03 Apr 2016 10:11AM UTC coverage: 95.526% (+0.02%) from 95.504%
TOXENV=py34-dj19-sqlite

push

travis-ci

m1kola
Ensure absolute_import, unicode_literals imported in all files

Drone will now check that

    from __future__ absolute_import, unicode_literals

is part of every Python source file, to ensure a consistent experience
across all versions of Python.

See #2392 for an instance where missing `unicode_literals` was causing
problems.

Add missing absolute_import, unicode_literals to all files

Explicitly ensure strings are of the correct types

Now that unicode_literals is in every file, some things that used to
be py2 `str`s were now `unicode` instead. This caused issues with
generated class / function names, which must be `str` in all versions of
Python. This means bytes in py2, and unicode in py3. A test also checked
for the incorrect type of SafeString. HTML content should always be
unicode, so this has been fixed.

23101 of 24183 relevant lines covered (95.53%)

0.96 hits per line

Source Files on job 6094.13 (TOXENV=py34-dj19-sqlite)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6094
  • Travis Job 6094.13
  • a0af3d66 on github
  • Prev Job for TOXENV=py34-dj19-sqlite on master (#6091.13)
  • Next Job for TOXENV=py34-dj19-sqlite on master (#6100.13)
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