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

eriknw / toolz
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: python3.6
DEFAULT BRANCH: master
Repo Added 09 Nov 2013 03:29AM UTC
Files 13
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 fix/curry_module
branch: fix/curry_module
CHANGE BRANCH
x
Reset
  • fix/curry_module
  • authors_larsmans_josericardo
  • authors_shvechikov
  • backport_tests
  • better_curry_error
  • better_curry_introspection
  • clean_curried_namespace
  • consume
  • correct_flip_doctest
  • coveralls
  • coveralls_for_master
  • coveralls_success_only
  • curry_class
  • curry_classmethods
  • curry_makeover
  • curry_memoize
  • curry_numargs
  • curry_reduce
  • dict_iter
  • diff
  • equality_hash_key
  • explicit_curried
  • faster_groupby
  • faster_merge_sorted
  • faster_merge_with
  • faster_remove
  • faster_unique
  • fix/ensure_easy_testing
  • fix_32bit_overflow
  • fix_property_introspection
  • get_with_itemgetter
  • identical
  • isdistinct_for_iterators
  • itemmap
  • jackknife_sandbox
  • juxt_generator
  • juxt_tuple
  • last_with_deque
  • memoize_key_func
  • memoize_unary
  • more_introspection
  • nth_with_list
  • pep479
  • pypy3
  • python3.6
  • readme_broken_links
  • readme_rst
  • remove_jackknife
  • run_doctests_on_curried
  • serialize_juxt
  • svg_badges
  • test_curry_too
  • test_dicttoolz_types
  • tlz
  • unused_variables
  • update/pluck_docstring

pending completion
174

push

travis-ci

eriknw
Remove `curry.__getattr__` forwarding and comment out the tests this affects.

IMHO, this is a failure of how Python handles `__qualname__` during pickling.
Objects wrapped by decorators should only need to use `__wrapped__` for
pickling to work as expected.  It's unreasonable to expect wrapping objects
such as `curry` to forward attributes to allow pickling to work.

1166 of 1166 relevant lines covered (100.0%)

3.67 hits per line

Relevant lines Covered
Build:
Build:
1166 RELEVANT LINES 1166 COVERED LINES
3.67 HITS PER LINE
Source Files on fix/curry_module
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
174 fix/curry_module Remove `curry.__getattr__` forwarding and comment out the tests this affects. IMHO, this is a failure of how Python handles `__qualname__` during pickling. Objects wrapped by decorators should only need to use `__wrapped__` for pickling to work a... push 09 Dec 2016 08:50PM UTC eriknw travis-ci pending completion  
173 fix/curry_module Wow, Python 3.3 and 3.4 are terribly buggy with this. Skip tests. push 08 Dec 2016 08:00AM UTC eriknw travis-ci pending completion  
172 fix/curry_module Fix some coverage and pep8 issues. push 08 Dec 2016 07:40AM UTC eriknw travis-ci pending completion  
170 fix/curry_module Set `__module__` on curried objects. This can fix pickling global curried objects. Should fix dask/distributed#725 This was an oversight that should have been handled in #326. We only tested objects defined in `toolz.functoolz`, so pickling ac... push 07 Dec 2016 09:07PM UTC eriknw travis-ci pending completion  
See All Builds (144)
  • 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