bundles/backup-{client,server}: introduce
This commit is contained in:
parent
59c1cb8551
commit
f71653e3ce
23 changed files with 171 additions and 0 deletions
2
hooks/test_nodename_follows_convention.py
Normal file
2
hooks/test_nodename_follows_convention.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
def test_node(repo, node, **kwargs):
|
||||
assert node.name == node.name.lower(), f'{node.name} must be all lowercase!'
|
Loading…
Add table
Add a link
Reference in a new issue