t/: Add a test suite.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 16 Nov 2019 18:53:24 +0000 (18:53 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:10:44 +0000 (15:10 +0000)
commit553d59fec08fd9102b21fd0dc83ba708862a6090
treecceab4250bfb7dd7dccba36bf8a250b255c6b782
parente91150b266bbd768905258166601fdf333d3d987
t/: Add a test suite.

It's fairly substantial, but far from complete.  It's also a little
strange in places because it's been sent backwards in time from the
future.

When building the Debian package, run the tests verbosely, so that if
the test crashes I stand a chance of figuring out where.
22 files changed:
.gitignore
MANIFEST.in
debian/rules
setup.py
t/keyring [new file with mode: 0644]
t/t-algorithms.py [new file with mode: 0644]
t/t-buffer.py [new file with mode: 0644]
t/t-bytes.py [new file with mode: 0644]
t/t-convert.py [new file with mode: 0644]
t/t-ec.py [new file with mode: 0644]
t/t-field.py [new file with mode: 0644]
t/t-group.py [new file with mode: 0644]
t/t-key.py [new file with mode: 0644]
t/t-misc.py [new file with mode: 0644]
t/t-mp.py [new file with mode: 0644]
t/t-passphrase.py [new file with mode: 0644]
t/t-pgen.py [new file with mode: 0644]
t/t-pubkey.py [new file with mode: 0644]
t/t-rand.py [new file with mode: 0644]
t/t-rat.py [new file with mode: 0644]
t/t-share.py [new file with mode: 0644]
t/testutils.py [new file with mode: 0644]