Skip to content

Commit

Permalink
no pretty in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richardk2n committed Jul 7, 2024
1 parent 9344b73 commit 2a30172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2017 Tom van Ommeren
Copyright (c) 2023 Richard Kellnberger
Copyright (c) 2024 Richard Kellnberger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions test/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def test_option_overrides_dmypy(last_diagnostics_monkeypatch, workspace):
"/tmp/fake",
"--show-error-end",
"--no-error-summary",
"--no-pretty",
document.path,
]
m.assert_called_with(expected, capture_output=True, **windows_flag, encoding="utf-8")
Expand Down

0 comments on commit 2a30172

Please sign in to comment.