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

eriknw / toolz / 85 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: python3.6
DEFAULT BRANCH: master
Ran 09 May 2014 02:47PM UTC
Files 11
Run time 3s
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

09 May 2014 02:41PM UTC coverage: 100.0%. First build
PEP8_IGNORE=""

push

travis-ci

eriknw
Faster `remove` by using `filterfalse`, which was added to `compatibility`

Also, a typo (it lied!) was fixed in the documentation of `remove`

By using `filterfalse`, we modify the behavior of `remove` when `None` is
used as the predicate.  Previously, `remove(None, [0, 1, 2])` raised
`TypeError`.  Now it returns `[0]`.  If we want the former, we can add a
check for `None`.

455 of 455 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 85.1 (PEP8_IGNORE="")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 85
  • Travis Job 85.1
  • a6a39558 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

© 2026 Coveralls, Inc