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

zopefoundation / zope.security / 121
97%
master: 100%

Build:
Build:
LAST BUILD BRANCH: config-with-c-code-template-d03bba5c
DEFAULT BRANCH: master
Ran 07 Sep 2017 11:04PM UTC
Jobs 8
Files 39
Run time 5min
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
121

push

travis-ci

jamadden
Simplify _compat.py now that we only run on newer Pythons

- We have u'literals' so we don't need a _u() function.
  For the record the Emacs replacement regex was
  `_u(\(['"]\)\([^)]*\)\1) -> u\1\2\1`. Amazingly, I typed that right
  on the first try.

A few things were only used in one (test) file or function, so it was
better to keep the use, if any, local and out of the "public" api:

- We can use io.StringIO everywhere and it's fast. It was only
 imported in one file anyway.
- We can just import pickle. It was only imported in one file anyway.
- TEXT was only used in one test function, `type(u'')` is just as
 clear (especially since the usual name is `text_type`).
- reload was only used in one test function, so move the definition
 there.

6262 of 6437 relevant lines covered (97.28%)

7.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 121.1 07 Sep 2017 11:04PM UTC 0
96.26
Travis Job 121.1
2 121.2 07 Sep 2017 11:04PM UTC 0
91.74
Travis Job 121.2
3 121.3 07 Sep 2017 11:05PM UTC 0
91.74
Travis Job 121.3
4 121.4 07 Sep 2017 11:04PM UTC 0
91.74
Travis Job 121.4
5 121.5 07 Sep 2017 11:05PM UTC 0
96.18
Travis Job 121.5
6 121.6 07 Sep 2017 11:09PM UTC 0
91.74
Travis Job 121.6
7 121.7 (PURE_PYTHON=1) 07 Sep 2017 11:06PM UTC 0
96.19
Travis Job 121.7
8 121.8 (PURE_PYTHON=1) 07 Sep 2017 11:08PM UTC 0
91.74
Travis Job 121.8
Source Files on build 121
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #121
  • c0807b6c on github
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