summaryrefslogtreecommitdiff
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Deprecate mox in favor of mox3"Jenkins2013-12-161-1/+0
|\
| * Deprecate mox in favor of mox3Chuck Short2013-12-061-1/+0
| | | | | | | | | | | | | | | | Instead of having to use both mox and mox3, just pick mox3. Change-Id: I98fde1a748da97db2a8e6ac99d5354b44edb1c28 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | Updated from global requirementsOpenStack Jenkins2013-12-101-1/+1
|/ | | | Change-Id: I1a4a15eb557cd0d3810738a2cec7fbe22b41ba33
* Updated from global requirementsOpenStack Jenkins2013-11-151-1/+1
| | | | Change-Id: Ie988d2828e70c88e4e378500c34964ec65c87f65
* Replace mox with mox3Kui Shi2013-10-161-0/+1
| | | | | | | | | | | | Mox3 is an unofficial port of the Google mox framework (http://code.google.com/p/pymox/) to Python 3. https://pypi.python.org/pypi/mox3 Align with global-requirement and update the importing clause. Partial implement: blueprint py33-support Change-Id: I5d46d30b72b8504977d8d1891b3b0c81714e9099
* Updated from global requirementsOpenStack Jenkins2013-10-011-5/+5
| | | | Change-Id: I3897837748e4fbcd23128b235079f8e73400a56d
* Add mock as a test requirementSteve Baker2013-08-071-0/+1
| | | | | | | | | A project-wide concensus is forming that mox should be phased out and mock should be encouraged for writing new tests. This change allow mock to be used for new tests. Change-Id: I3cdf77bbeadd419b811bddcc31f048c1c6ec38bb
* Sync with global requirementsMonty Taylor2013-08-051-3/+3
| | | | Change-Id: Iad82b688da07f3aa83a9850b5ea9fe2beb51019e
* Raise requirements to be in sync with OpenStack/RequirementsDirk Mueller2013-07-141-5/+4
| | | | | | | | | Mainly due to the testing deps being outdated. Also fixes client capping. Fixes LP Bug #1200214 Change-Id: I39c18144bc19189513fc4c1f9712b8938bd719cf
* Remove explicit distribute depend.Monty Taylor2013-06-111-2/+0
| | | | | | | Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: Ie4c3eb42351f1ba5caa9b092db8f544d5a0cd7ba
* Migrate to testr from nose.Angus Salkeld2013-05-311-5/+4
| | | | Change-Id: Ibe0c2eeee9aeb4cb1832456cdc0d080a5a9af175
* Migrate test base classes to testtools.Monty Taylor2013-05-251-0/+2
| | | | | | | This is in prep for testr changes, but also cleans up several things in the tests where state could leak. Change-Id: I7f53dcee2f1fcffb622dd475ea8cf433ce43dbb2
* Move requirements files to standard names.Monty Taylor2013-05-251-0/+15
Change-Id: Ia27def1cf04aae8fe6e9f19e965b0083638d2201