docs(readme): add information about how to run test fixtures

This commit is contained in:
Orhun Parmaksız 2023-05-17 12:29:40 +03:00
parent c1b47e28c9
commit 5b45b35a44
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 8 additions and 1 deletions

View File

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