From 2a30172813c210b2636e2ac51494cdf18864f111 Mon Sep 17 00:00:00 2001 From: Richard Kellnberger Date: Sun, 7 Jul 2024 16:57:55 +0200 Subject: [PATCH] no pretty in test --- LICENSE | 2 +- test/test_plugin.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0663251..6ddf7ae 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/test/test_plugin.py b/test/test_plugin.py index 9759544..216e195 100644 --- a/test/test_plugin.py +++ b/test/test_plugin.py @@ -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")