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).