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

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

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2020 10:11AM UTC
Files 0
Run time 0s
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: 0.0%. Remained the same
TOX_ENV=codechecks

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.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

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