Skip to content

Commit e7a6daf

Browse files
committed
README: update test-running instructions
Thanks to braydonf for the catch. Closes #35.
1 parent f1b5158 commit e7a6daf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,9 @@ safer to use. You are looking at the README for this wrapper.
7070
There are four test suites, three for the original Pearson module, and one
7171
more for the wrapper. To run them all, do this:
7272

73-
python ecdsa/numbertheory.py # look for "****" and "failed" for problems
74-
python ecdsa/ellipticcurve.py # look for "Bad" for problems
75-
python ecdsa/ecdsa.py # look for "****" and "failed" for problems
76-
python ecdsa/test_pyecdsa.py # look for "FAILED" for problems
73+
python setup.py test
7774

78-
On my 2009 Mac laptop, the combined tests take about 34 seconds to run. On a
75+
On my 2014 Mac Mini, the combined tests take about 20 seconds to run. On a
7976
2.4GHz P4 Linux box, they take 81 seconds.
8077

8178
One component of `test_pyecdsa.py` checks compatibility with OpenSSL, by

0 commit comments

Comments
 (0)