summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-01-11 15:47:24 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-07-30 21:57:55 +0200
commit670b703d938398909cad1d0e3c32a804fcc82a77 (patch)
treec54ab8cfc409142ac3eb1de3174b2ee473403459
parentb2c73b19704dbe5ea7413433c5878484627b4f1c (diff)
Add testing section in rust article
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming/rust.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/computer/programming/rust.md b/computer/programming/rust.md
index b215d9e..96b84b3 100644
--- a/computer/programming/rust.md
+++ b/computer/programming/rust.md
@@ -93,6 +93,11 @@ ones are listed here.
* [opentelemetry-rust](https://github.com/open-telemetry/opentelemetry-rust)
+### Testing
+
+* [rstest](https://github.com/la10736/rstest)
+
+
## Tooling
* [roogle](https://roogle.hkmatsumoto.com/)