This commit is contained in:
@@ -9,7 +9,7 @@ from src.repository_name import is_valid_format
|
||||
("{blabla}", False),
|
||||
("", True),
|
||||
("{owner}/{name}", True),
|
||||
]
|
||||
],
|
||||
)
|
||||
def test_name_formatting(name_format, expected):
|
||||
assert is_valid_format(name_format) == expected
|
||||
|
||||
Reference in New Issue
Block a user