Skip to content

Commit

Permalink
Testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
tamere-allo-peter committed May 4, 2022
1 parent fbbe089 commit 931c1fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_listfixers.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def test_listfixers(self):
- trailing spaces (trailing-spaces)
- truthy value should be one of [false, true] (truthy)
- wrong indentation: expected
- wrong new line character: expected \\n
- wrong new line character: expected \\r\\n
""" # noqa: D205, D208, D210, D301, D400
sys.stderr = StringIO()
yfixer = YAMLFixer(parse_commandline(["yamlfixer", "--listfixers"]))
Expand Down

0 comments on commit 931c1fc

Please sign in to comment.