advancing in testing of docstring

This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-04 16:43:30 -03:00
parent bbcdf9d35b
commit 7a64344cfc
4 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ def clean_sys_argv():
yield yield
def test_branch_name_ok(): def test_docstring_ok():
new_branch_name = str(uuid.uuid4()) new_branch_name = str(uuid.uuid4())
subprocess.check_output(['git', 'checkout', '-b', new_branch_name]) subprocess.check_output(['git', 'checkout', '-b', new_branch_name])
sys.argv.append('--regex') sys.argv.append('--regex')