sailfish/integration-tests
Kogia-sima ab4b0c99e6 Move include_rust test into unix module
This test fails on Windows because arguments in include! macro is
regarded as native path. This follows the std::include! macro behaviour.
2020-06-11 19:49:35 +09:00
..
src Add source code 2020-06-05 22:31:38 +09:00
templates Fix include! implementation for Rust file 2020-06-11 19:43:01 +09:00
tests Move include_rust test into unix module 2020-06-11 19:49:35 +09:00
Cargo.toml Bump version (0.0.3 => 0.0.4) 2020-06-11 11:55:51 +09:00
README.md Add integration-tests/README.md 2020-06-07 04:07:42 +09:00

README.md

Integration tests

Running tests

$ cargo test

Acknowledgement

Some test cases were ported from Askama repository. I would like to thank Dirkjan Ochtman.