Skip to content

Commit 2a30172

Browse files
committed
no pretty in test
1 parent 9344b73 commit 2a30172

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2017 Tom van Ommeren
4-
Copyright (c) 2023 Richard Kellnberger
4+
Copyright (c) 2024 Richard Kellnberger
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

test/test_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def test_option_overrides_dmypy(last_diagnostics_monkeypatch, workspace):
231231
"/tmp/fake",
232232
"--show-error-end",
233233
"--no-error-summary",
234+
"--no-pretty",
234235
document.path,
235236
]
236237
m.assert_called_with(expected, capture_output=True, **windows_flag, encoding="utf-8")

0 commit comments

Comments
 (0)