Browse Source

document how to run tests...

This caught a miscompile on FreeBSD that was addressed in 1e2700755
pyupdate
John-Mark Gurney 2 years ago
parent
commit
6e623fe12c
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      python/README.md

+ 10
- 0
python/README.md View File

@@ -6,6 +6,16 @@ The easiest way to install is to run the command:
pip install 'git+https://git.code.sf.net/p/ed448goldilocks/code#egg=edgold&subdirectory=python'
```

After installation, the tests can be run:
```
python -m unittest edgold.ed448
```

This helps ensure that the correct architecture was detected when
compiling, and that the code works. It include a couple test vectors
from the RFC, along with verifying that the code can properly interact
with the library.

Usage
-----



Loading…
Cancel
Save