~sseman/juju-ci-tools/assess-min-version

« back to all changes in this revision

Viewing changes to gotesttarfile.py

  • Committer: Aaron Bentley
  • Date: 2016-03-18 14:47:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1324.
  • Revision ID: aaron.bentley@canonical.com-20160318144706-z7wy9c21m3psi6g5
Introduce set_model_name, update tests, check controller on bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        murder_mongo()
101
101
    return returncode
102
102
 
 
103
# suppress nosetests
 
104
go_test_package.__test__ = False
 
105
 
103
106
 
104
107
def parse_args(args=None):
105
108
    """Return parsed args for this program."""