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)
commitdd0dd65ee60e71ab5f32b6bb63a28a8b157949a3
treef0a15b7f2767d23e9762f094322ba0b6dbb43d9e
parent7dcd8a59f035d8762dc028e7062de2883b1c89c2
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