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

mrocklin / toolz
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: versions
DEFAULT BRANCH: master
Repo Added 07 Nov 2013 09:18PM UTC
Files 12
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

LAST BUILD ON BRANCH nth-dict
branch: nth-dict
CHANGE BRANCH
x
Reset
  • nth-dict
  • 0.7.2
  • 0.7.4
  • apply
  • authors-add-obmarg
  • authors-microamp
  • badges
  • compose-name
  • contemporary-references
  • coveralls_for_master
  • curried-exceptions-all
  • curried-setup
  • delete-intersection
  • do
  • docs-parallelism
  • exclude-multiprocessing-test
  • fix-readme-links
  • flatten
  • fold
  • get-empty
  • get-list-len-1
  • join
  • key-val-filter
  • lt-map
  • master
  • memoize-kwargs
  • merge-with-variadic
  • names
  • no-generators
  • py3.4
  • readme-contributions
  • readme-links
  • reduceby-callable
  • reduceby-init
  • serialization
  • sliding-window-one
  • streaming-analytics-doc
  • support-non-callables
  • tail
  • take-nth
  • topk
  • update_accumulate
  • versions
  • wraps

pending completion
177

push

travis-ci

mrocklin
nth depends on isinstance rather than __getslice__

testing for a __getslice__ attribute is faster but is not supported
by Python 3

Testing for isinstance(seq, collections.Sequence) is accurate but slow
(about 5 times slower than the current solution)

Testing for isinstance(seq, (tuple, list, collections.Sequence))
is accurate and fast in the common case.

389 of 389 relevant lines covered (100.0%)

4.0 hits per line

Relevant lines Covered
Build:
Build:
389 RELEVANT LINES 389 COVERED LINES
4.0 HITS PER LINE
Source Files on nth-dict
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
177 nth-dict nth depends on isinstance rather than __getslice__ testing for a __getslice__ attribute is faster but is not supported by Python 3 Testing for isinstance(seq, collections.Sequence) is accurate but slow (about 5 times slower than the current solu... push 20 Dec 2013 12:24AM UTC mrocklin travis-ci pending completion  
176 nth-dict nth uses getslice to test indexability Recommended by @eriknw in #62 push 12 Dec 2013 05:39PM UTC mrocklin travis-ci pending completion  
175 nth-dict nth only indexes if input isinstance list, tuple push 12 Dec 2013 05:10PM UTC mrocklin travis-ci pending completion  
See All Builds (117)
  • Repo 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