]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
py3: Run unit tests with ostestr on Python 3.4
authorVictor Stinner <vstinner@redhat.com>
Wed, 7 Oct 2015 13:33:38 +0000 (15:33 +0200)
committerVictor Stinner <vstinner@redhat.com>
Wed, 7 Oct 2015 13:35:27 +0000 (15:35 +0200)
commita37618f55b44d8ffc5740632d251d8c53c348418
tree02c5f25629dadcb2da8722a07649c935da2b17ab
parent33666c696455eb714ea111eb0aa861e90fae2121
py3: Run unit tests with ostestr on Python 3.4

"tox -e py34" now uses ostestr instead of testtools.run to run tests.
Tests are now executed in parallel.

Move the tests whitelist from tox.ini to a new file tests-py3.txt.

Fix NaElement.__str__() of netapp driver: return Unicode on Python 3,
not bytes.

Partial-Implements: blueprint cinder-python3
Change-Id: I4cda85fbe76ac853beaec3a9587726166daa063d
cinder/volume/drivers/netapp/dataontap/client/api.py
tests-py3.txt [new file with mode: 0644]
tox.ini