Clean up at the end of every selftest run
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 13 Jul 2018 17:04:24 +0000 (17:04 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 13 Jul 2018 17:48:38 +0000 (17:48 +0000)
commit7ef77b4e16fc730843dad015240133703a643927
treef0a15b7f2767d23e9762f094322ba0b6dbb43d9e
parentdb8edcf9c6070a39c6205ac0e1cd9e811fa08312
Clean up at the end of every selftest run

As the last sequence of calls made in the selftest suite, delete
remaining created accounts. This makes it possible to rerun the
selftest with data files preserved from a previous run to confirm we
don't introduce any dependencies on a fresh environment.
mudpy/tests/selftest.py