py3: everything account except the real things

The the 80% of the work still remain in server and replicator,
but let's knock this out.

Change-Id: I1e1dee8f8c77212183b0ef2b574b57ad1051d57e
This commit is contained in:
Pete Zaitcev
2018-10-04 17:55:03 -05:00
parent ab2abfe3ae
commit 6676d74f8f
3 changed files with 13 additions and 8 deletions

View File

@@ -29,7 +29,9 @@ setenv = VIRTUAL_ENV={envdir}
[testenv:py35]
commands =
nosetests {posargs:\
test/unit/account/test_auditor.py \
test/unit/account/test_backend.py \
test/unit/account/test_reaper.py \
test/unit/account/test_utils.py \
test/unit/cli/test_dispersion_report.py \
test/unit/cli/test_form_signature.py \