From 4cfb119d46bbd1e4a62a262bc6b901d208fe5800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Thu, 28 Nov 2024 17:18:25 +0100 Subject: [PATCH] Add doccomment for test_ui to satisfy tarpaulin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Natalie Klestrup Röijezon --- kube-derive/tests/test_ui.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kube-derive/tests/test_ui.rs b/kube-derive/tests/test_ui.rs index 446d88c3d..536f6222f 100644 --- a/kube-derive/tests/test_ui.rs +++ b/kube-derive/tests/test_ui.rs @@ -1,3 +1,5 @@ +/// Runs UI tests using [`trybuild`]. + // Test that `kube-derive` outputs helpful error messages. // If you make a change, remove `tests/ui/*.stderr` and run `cargo test`. // Then copy the files that appear under `wip/` if it's what you expected.