7 Commits

Author SHA1 Message Date
Mike Bayer
efbb3887e0 Add pretty_tox wrapper script
This ports Nova/Neutron's'(and others) "pretty tox" script into tools/
and establishes it within tox.ini.   This causes a vanilla test run
to output the full package names of all tests, the index of the
subprocess it's being run within, as well as the total run time
and status of each test.  It also captures stdout/stderr and reports on that
as well; revealing that oslo.db's tests have a lot of deprecation
warnings in fact.

The display of this runner shows a lot more information than the
default testr/subunit thing which is somewhat useless, and for
those who are actually watching the test output, this is what
we'd most like to see.

Pretty Tox.  Pretty please, can we have?

Change-Id: I50d1c6e998425964dd9a5497c2bc1e9145be3120
2015-01-06 17:57:50 -05:00
OpenStack Proposal Bot
ddd11df196 Updated from global requirements
Change-Id: I8a909d181302ea1c898dcdf1ce13a9e4681217f8
2014-11-20 14:11:24 +00:00
OpenStack Proposal Bot
c54d3a95ed Updated from global requirements
Change-Id: Ic80266ad328243a91688bc573be7e49d026c4b1f
2014-11-18 11:36:12 +00:00
OpenStack Proposal Bot
9aa02f499d Updated from global requirements
Change-Id: I83bd22b11ca85eee8fb3dedceef4d9ac00343c38
2014-11-05 08:34:54 +00:00
OpenStack Proposal Bot
8bb12c02d4 Updated from global requirements
Change-Id: I215a53a00948b6477ba9d493df8b0ea6ef6e6d83
2014-10-22 19:16:36 +00:00
OpenStack Proposal Bot
8fb696ebbd Updated from global requirements
Change-Id: Ia7f6ff57a5792d39608d6fcf4490c99a19ea8afb
2014-10-11 15:56:02 +00:00
Joshua Harlow
4fa3350945 Start adding a environment for py34/py33
Get a tox environment for py34/py33 that doesn't stop the existing
py26 and py27 to continue working with the adjusted test-requirements since
MySQL-python and sqlalchemy-migrate do not yet exist in 3.x.

Note that this does not fully make py34 work yet but it starts to work
in this direction of getting it to work (which will apparently require
quite a big more tweaking).

Change-Id: I024957a76f2de0bd406d14da5af6e4caf3d493e7
2014-09-25 13:05:09 -07:00