ceph/teuthology/test
Zack Cerza 73849c1179 Update safe_while's suggested usage pattern
I didn't love the way safe_while was encouraged to be used and it didn't
fit right with the new no-raising behavior. Now it's encouraged to be
used like this:

with safe_while() as proceed:
    while proceed():
        do_things()

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-03-08 15:19:31 -06:00
..
__init__.py
fake_archive.py ResultsSerializer.running_jobs_for_run() and test 2013-10-14 16:34:45 -05:00
test_config.py Add another config test 2013-10-01 09:07:39 -05:00
test_contextutil.py Update safe_while's suggested usage pattern 2014-03-08 15:19:31 -06:00
test_get_distro_version.py Fixed errors. Tests pass. 2013-10-28 11:04:28 -07:00
test_get_distro.py
test_get_multi_machine_types.py Changes suggested per review. 2013-11-25 01:19:13 -08:00
test_misc.py Port from nosetests to py.test 2013-10-01 09:07:45 -05:00
test_report.py Fix broken logic in running_jobs_for_run() 2013-10-16 13:43:05 -05:00
test_results.py Move teuthology-results' arg parsing to scripts/ 2013-10-10 19:09:34 -05:00
test_safepath.py Port from nosetests to py.test 2013-10-01 09:07:45 -05:00