cli-related test fixes
This commit is contained in:
parent
644792ff76
commit
449390cff9
7 changed files with 5070 additions and 5051 deletions
|
|
@ -16,7 +16,7 @@ class TestUniquePath(unittest.TestCase):
|
|||
cli._unique_path('prefix'))
|
||||
self.assertRegexpMatches(
|
||||
cli._unique_path('prefix'),
|
||||
'^prefix/\d{10}\.\d{1,6}\.[a-zA-Z]{8}$')
|
||||
'^prefix/\d{10}\.\d{1,7}\.[a-zA-Z]{8}$')
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue