os-testr/os_testr
Hervé Beraud 3ee44d3708 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I34614487e74771ea980b7bd213d11ed5c960460d
2020-08-01 19:43:16 +00:00
..
tests Use unittest.mock instead of third party mock 2020-07-31 23:22:25 +00:00
utils Add colored output feature to subunit-trace 2015-11-25 13:15:22 +09:00
__init__.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
generate_subunit.py Add version option for ostestr and subunit-trace 2016-04-12 13:08:32 +09:00
ostestr.py [ussuri][goal] Drop python 2.7 support and testing 2020-03-04 01:35:46 +00:00
regex_builder.py Fix regex builder 2017-11-24 16:59:10 +01:00
subunit2html.py subunit2html dealing with incorrect data format 2020-01-22 10:55:32 +02:00
subunit_trace.py Stop to use the __future__ module. 2020-08-01 19:43:16 +00:00
testlist_builder.py Fix typo and change regexp to regex 2016-12-02 17:18:08 +09:00