$ ./example.py branch
print current branch and attached config, show other branches
$ ./example.py branch newBranch newConfig.json
create new branch and attach default config
$ ./example.py branch default
change to default branch
$ ./example.py branch -h
don't forget about help
if __name__ == '__main__':
	testarium.testarium.ChangeBranch('myBranch')
	testarium.main()
Fork me on GitHub