Skip to content

Commit

Permalink
#2826 Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-alistairp committed Jan 13, 2025
1 parent aa8fdd5 commit 07090c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/psyclone/tests/psyad/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,12 @@ def test_main_h_option(capsys):
assert (" -a ACTIVE [ACTIVE ...], --active ACTIVE [ACTIVE ...]\n"
in output or
" -a, --active ACTIVE [ACTIVE ...]\n" in output)
assert (" names of active variables\n" in output)
assert ((" -c CONFIG, --config CONFIG\n"
" config file with PSyclone specific "
"options\n") in output or " -c, --config CONFIG config file"
" with PSyclone specific options\n" in output)
assert (" names of active variables\n"
in output)
assert (" -c CONFIG, --config CONFIG\n"
" config file with PSyclone specific "
"options\n" in output or " -c, --config CONFIG config file"
" with PSyclone specific options\n" in output)
expected3 = (
" -v, --verbose increase the verbosity of the output\n"
" -t, --gen-test generate a standalone unit test for the "
Expand Down

0 comments on commit 07090c8

Please sign in to comment.