]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Ports the teuthology.run command to docopt instead of argparse.
authorAndrew Schoen <aschoen@redhat.com>
Mon, 24 Nov 2014 23:01:33 +0000 (17:01 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Sat, 6 Dec 2014 19:46:47 +0000 (13:46 -0600)
commitf4605e04f3e3b020ee370529868c1fb90e323561
treea593bb0c8b9c97723280a6782549fbec0b98929b
parent9c9cf9bcedadd15a0a5a9e434ba2d3e7984935d3
Ports the teuthology.run command to docopt instead of argparse.

This is a pretty massive refactor to make the code more testable as
well. The coverage on teuthology.run was increased from 0% to 86% and
the overall project coverage increased to 24%.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/run.py
teuthology/test/test_run.py [new file with mode: 0644]