mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
Remove broken tests
This commit is contained in:
parent
23ae0fa1cc
commit
53377f3206
2 changed files with 7 additions and 49 deletions
|
@ -84,15 +84,8 @@ def output_should_not_contain(expected_output, cli_run):
|
|||
@then(parse("the output should be\n{expected_output}"))
|
||||
@then(parse('the output should be "{expected_output}"'))
|
||||
def output_should_be(expected_output, cli_run):
|
||||
from pprint import pprint
|
||||
actual = cli_run["stdout"].strip()
|
||||
print("ACTUAL: \n\n")
|
||||
print(type(actual))
|
||||
pprint(actual)
|
||||
expected = expected_output.strip()
|
||||
print("EXPECTED: \n\n")
|
||||
print(type(expected))
|
||||
pprint(expected)
|
||||
assert actual == expected
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue