summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove run_cross_tests.shDoug Hellmann2015-05-051-96/+0
| | | | | | This script is part of the oslotest package now. Change-Id: Ic8c2fbaf5b34d2f254a9091a1b4390b7c8e751fe
* Fix slowest test output after test runMatthew Treinish2015-01-111-2/+7
| | | | | | | This commit fixes the output from pretty_tox.sh so that the testr slowest output is gobbled up by the pipe into subunit-trace. Change-Id: I4e23cb3c3773e58a297416c1f51996fef059330a
* Add pretty_tox wrapper scriptMike Bayer2015-01-061-0/+11
| | | | | | | | | | | | | | | | | | | 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
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+5
| | | | | | | | | | Move the public API out of oslo.db to oslo_db. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. Blueprint: drop-namespace-packages Change-Id: Ie96b482b9fbcb1d85203ad35bb65c1f43e912a44
* Add run_cross_tests.sh scriptVictor Sergeyev2014-09-091-0/+91
Script `run_cross_tests.sh` can be used for running unit tests in other projects using the current package's code. Change-Id: Iad636216cd73d2eeb70448fda789c0ad9d579b3a Related-Bug: #1367354