mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-12 17:57:43 +00:00
Add the check for failed adding a path, because of path uniqueness.
This commit is contained in:
@@ -22,3 +22,7 @@ def path_has_added(context):
|
||||
assert context.path.path == context.path_str
|
||||
assert context.exception_raised == False
|
||||
|
||||
@then('the exception should occur')
|
||||
def path_has_not_added(context):
|
||||
assert context.exception_raised == True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user