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