diff options
| author | Josh Kearney <josh@jk0.org> | 2013-01-22 11:09:11 -0600 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2013-01-22 12:16:09 -0600 |
| commit | 63c8bb5306d15c7679b2cd1d22b6ee556967863d (patch) | |
| tree | 3ffa74771e9c85cd9023ce5294147bb633d3cea2 /HACKING | |
| parent | c1ea2989049c102fde0ea22ac06d066a34d7b0db (diff) | |
| download | python-openstackclient-63c8bb5306d15c7679b2cd1d22b6ee556967863d.tar.gz | |
Migrate from nose to testr.
Run tests with testr for parallel execution.
Part of blueprint grizzly-testtools.
Change-Id: I560592186f2f440049a451a32e58067262ab62d0
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -112,3 +112,11 @@ Text encoding returntext = do_some_magic_with(mytext) returnstring = returntext.encode('utf-8') outfile.write(returnstring) + +Running Tests +------------- +The testing system is based on a combination of tox and testr. If you just +want to run the whole suite, run `tox` and all will be fine. However, if +you'd like to dig in a bit more, you might want to learn some things about +testr itself. A basic walkthrough for OpenStack can be found at +http://wiki.openstack.org/testr |
