From 4845549a5a14c64748c5dde4e755916a351083b2 Mon Sep 17 00:00:00 2001 From: tijlleenders Date: Sat, 20 Jul 2024 17:05:31 +0200 Subject: [PATCH] add tip rust_tests not found first debug --- documentation/technical/Debugging-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/technical/Debugging-Setup.md b/documentation/technical/Debugging-Setup.md index 4d274b80..7e7526b2 100644 --- a/documentation/technical/Debugging-Setup.md +++ b/documentation/technical/Debugging-Setup.md @@ -53,6 +53,8 @@ To debug tests with better `NaiveDateTime` formatter, kindly add custom configur } ``` +If you get an error `no rust_tests found` do a `cargo build` and try again. + To debug a single, specific test, from the rust_tests: add the test name to the root args (not the cargo args) as such: ```