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

warner / python-ecdsa / 503 / 10
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2020 10:09AM UTC
Files 22
Run time 2s
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

24 Jul 2020 10:00AM UTC coverage: 95.564% (+0.02%) from 95.542%
TOX_ENV=py34

push

travis-ci

web-flow
🚫🥒 do not pickle the unpickleable RWLock (#199)

* 🚫🥒 do not pickle the unpickleable RWLock

* As requested, acquired the lock before copying PointJacobi. When failing to acquire the lock, it now returns None. Think that's fine or prefer something else?

Added `__ne__` for CurveFp.

I think `test_inaquality_points_diff_types` from test_ellipticcurve.py was not actually testing equality. Because there was no `__ne__`, it was falling back to identity comparison, causing the test to pass. Now that there's a `__ne__`, it was getting NotImplemented which surprisingly bool casts to True. I changed the `__eq__` to return False for different types.

Fix typo in `test_inaquality_points_diff_types` name.

As requested, ran black on modified files. It reformmated some lines I hadn't modified.

* ran black with `--line-length 79` as configured in travis-ci for the project

* Revert to returning NotImplemented.
For __ne__ use == instead of __eq__ so it handles NotImplemented when the types are different.
Remove the not needed state declaration.

3878 of 4058 relevant lines covered (95.56%)

0.96 hits per line

Source Files on job 503.10 (TOX_ENV=py34)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 453
  • Travis Job 503.10
  • fc11345a on github
  • Prev Job for TOX_ENV=py34 on master (#497.10)
  • Next Job for TOX_ENV=py34 on master (#505.10)
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