Ben Beasley 2021-11-06 16:30:25 -04:00 committed by GitHub
parent f608e176c1
commit 99c19b2a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ def output_should_be_empty(cli_run):
assert actual == ""
@then(parse('the output should contain the date "{date}"'))
@then('the output should contain the date "<date>"')
def output_should_contain_date(date, cli_run):
assert date and date in cli_run["stdout"]