mox3/mox3/tests
Doug Hellmann 34a010e168 add python 3.6 unit test job
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

This also modifies a unit test to not attempt to pass the re.LOCALE flag
when the regex is a string, which is prohibited in Python 3.6. It would
be possible to use a raw bytes object as the regex instead, but we're
testing the repr() here and it has a different representation between
Python 2 and Python 3. Just use the re.IGNORECASE flag instead for the
purposes of the test.

Change-Id: I666d49d0a29963bcaef6ca69be34dc4869f6db6f
Co-Authored-By: Zane Bitter <zbitter@redhat.com>
Story: #2002586
Task: #24322
2018-08-14 16:18:10 -05:00
..
__init__.py Changed directory test to tests. Fixed travis config. 2012-04-26 23:10:02 +02:00
mox_helper.py Fix the leading indentation issue. 2013-05-21 17:12:00 -04:00
stubout_helper.py Fix all of the flake8/hacking warnings. 2013-05-21 18:41:20 -04:00
test_mox.py add python 3.6 unit test job 2018-08-14 16:18:10 -05:00
test_stubout.py Migrate test bases to testtools. 2013-05-21 19:23:45 -04:00