sailfish/integration-tests
Kogia-sima 04b5b09207 Ignore include-nest tests on Windows
On Windows the main separator for paths is '\\', and include! macro
should be regarded as platform-specific path. In the future sailfish
add the corresponding tests for Windows.
2020-06-07 05:43:17 +09:00
..
src Add source code 2020-06-05 22:31:38 +09:00
templates Integration tests for benchmark code 2020-06-07 04:55:22 +09:00
tests Ignore include-nest tests on Windows 2020-06-07 05:43:17 +09:00
Cargo.toml Add source code 2020-06-05 22:31:38 +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.