Add integration-tests/README.md

This commit is contained in:
Kogia-sima 2020-06-07 04:07:42 +09:00
parent b24861e158
commit 6f721790b5
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Integration tests
## Running tests
```console
$ cargo test
```
## Acknowledgement
Some test cases were ported from [Askama](https://github.com/djc/askama) repository. I would like to thank [Dirkjan Ochtman](https://github.com/djc).