lp:~gundlach/nova/cleanup-unittests
Created by
Michael Gundlach
and last modified
- Get this branch:
- bzr branch lp:~gundlach/nova/cleanup-unittests
Only
Michael Gundlach
can upload to this branch. If you are
Michael Gundlach
please log in for upload directions.
Branch merges
Propose for merging
- Nova Core security contacts: Pending requested
-
Diff: 1314 lines (+695/-132) (has conflicts)22 files modifiednova/tests/api/openstack/fakes.py (+6/-0)
nova/tests/api/openstack/test__init__.py (+2/-2)
nova/tests/api/openstack/test_auth.py (+13/-35)
nova/tests/api/openstack/test_flavors.py (+8/-0)
nova/tests/api/openstack/test_images.py (+87/-6)
nova/tests/api/openstack/test_servers.py (+8/-0)
nova/tests/api/test__init__.py (+8/-1)
nova/tests/api_unittest.py (+7/-1)
nova/tests/fake_flags.py (+0/-39)
nova/tests/objectstore_unittest.py (+3/-0)
nova/tests/real_flags.py (+0/-26)
nova/tests/test_access.py (+7/-7)
nova/tests/test_flags.py (+13/-2)
nova/tests/test_process.py (+15/-0)
nova/tests/test_service.py (+82/-0)
nova/tests/test_utils.py (+168/-0)
nova/tests/test_validator.py (+8/-0)
nova/tests/twistd_unittest.py (+3/-0)
nova/tests/utils.py (+247/-0)
nova/tests/virt_unittest.py (+4/-0)
nova/wsgi.py (+0/-4)
run_tests.py (+6/-9)
Branch information
Recent revisions
- 386. By Michael Gundlach
-
Pull FLAGS setting out of test_fakes and explicitly set and unset it with FlagsChangesRec
order. - 385. By Michael Gundlach
-
Use FlagsChangeRecorder to encapsulate all changes to FLAGS bade my unit tests.
- 384. By Michael Gundlach
-
Make a FlagsChangeRecorder for more explicit temporary modification of FLAGS
- 383. By Michael Gundlach
-
Put testing flags into a method so they can be reset by each test run by nosetests
- 382. By Michael Gundlach
-
Make test_api not explode when used with other tests which set all fake flags.
- 380. By Michael Gundlach
-
Rename __init__.py test so it will be run, and fix a bug in it now that RateLimiter looks at nova.context instead of req.headers to find the username.
- 379. By Michael Gundlach
-
Delete duplicate, incorrectly-named test... seems to be a copy-and-paste error
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~hudson-openstack/nova/trunk