From 5b45b35a448cf6cf842f0a388e3854d9232f2c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 17 May 2023 12:29:40 +0300 Subject: [PATCH] docs(readme): add information about how to run test fixtures --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fa1db9..0e6bafc 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,18 @@ cargo build --release #### Testing +##### Unit tests + ```sh -# run unit tests cargo test -- --test-threads 1 ``` +##### Test Fixtures + +```sh +./fixtures/test-fixtures.sh +``` + ## Usage The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).