mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
advancing in testing of docstring
This commit is contained in:
parent
bbcdf9d35b
commit
7a64344cfc
4 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue