*: Drop nose dependency
authorW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 21:03:32 +0000 (14:03 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 21:10:24 +0000 (14:10 -0700)
commit1c19d389bbf5894a0bf451e2fc9ddace4317661a
treed0c6469774c3ce58a05ae52f5bf22e944d2d088e
parente3876bec77c6d0c19ee380cc1b4e820304a51450
*: Drop nose dependency

And use Python's unittest discovery instead.  The load_tests link
between the doctests and unittest is based on [1].

[1]: https://docs.python.org/3.6/library/doctest.html#unittest-api
README
pyassuan/test_common.py [new file with mode: 0644]
pyassuan/test_error.py [new file with mode: 0644]
pyassuan/test_server.py [new file with mode: 0644]