mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-12-03 09:46:47 -05:00
docs(readme): add information about how to run test fixtures
This commit is contained in:
parent
c1b47e28c9
commit
5b45b35a44
1 changed files with 8 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue