summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Import run_cross_tests.sh from oslo-incubatorDoug Hellmann2014-04-031-0/+91
| | | | Change-Id: Ia97748eea46503a22767960c5b37f29f2d620db8
* Rename tools/(pip|test)-requires to *requirements.txtDirk Mueller2013-06-132-22/+0
| | | | | | | This seems to be more standard accross the various OpenStack modules. Change-Id: I6de7bb457db891150eab8db3603e4a72c7d75962
* python3: Remove mox support from oslo.config.Chuck Short2013-06-061-1/+0
| | | | | | | | Mox is not python3 compliant so remove it in favor of fixtures. Change-Id: I381b3ba0434d7f1261c898992a7b7974c64b1fea Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Switch to flake8/hacking instead of pep8+pyflakes.Monty Taylor2013-05-092-34/+6
| | | | Change-Id: I26a5b2b1923d6301a5ebdb6474d68a489f9fbe72
* Re-work test_cli to use testscenarios.Monty Taylor2013-05-031-0/+1
| | | | | | | | | The cli tests were already organized in a manner that lets testscenarios do what it does. Reformat the code a little bit to be a single test plus a list of declarative combinations of scenarios and let testscenarios do the work of turning that into a set of test cases. Change-Id: I4e10d9eaeb313c724f0012babac465e37be4fa3d
* Upgrade testing to use testr.Monty Taylor2013-05-031-3/+4
| | | | Change-Id: Ib0e73c125c908898735e60e5b435468bc2b08316
* Add python3 compatability supportChuck Short2013-05-021-0/+1
| | | | | | | Add partial python 3.x compatibilty support. Change-Id: I52a3192a50b7f07d95b99c9c1b5abcd403b6dde8 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Adds pylint section in tox.ini in oslo.config to check for unused importsZhongyue Luo2013-03-221-0/+34
| | | | | | Fixes bug #1157597 Change-Id: I58057cdde6064dacf6689560ec6439fd6dc7cf4f
* Add sphinx documentationMark McLoughlin2013-02-091-0/+3
| | | | | | | Add basic sphinx config and copy the theming from oslo-incubator which was originally copied from keystone. Change-Id: Ibb3b679ce6e160c157ff63f0943807bd82aa1a67
* Start using fixtures and testtoolsMark McLoughlin2013-01-281-0/+2
| | | | | | | | | | Sync these changes from oslo-incubator: 60f70b0 Replaced direct usage of stubout with BaseTestCase. 827547a Use testtools as test base class. Note: I've copied MoxStubout for now, but eventually I guess we'll have an oslo-testing library we can depend on.
* Add oslo-config project infrastructureMark McLoughlin2013-01-212-0/+9