sailfish/sailfish-tests/integration-tests
2025-03-13 19:01:45 -04:00
..
config Refactor to support custom escaping schemes 2025-03-12 19:55:39 -04:00
src Put all tests in sailfish-tests/ directory 2020-07-14 22:46:58 +09:00
templates Fix default impl of Escape::escape_to_buf and add a simple test case for EscapeJsonString 2025-03-13 19:01:45 -04:00
tests Fix default impl of Escape::escape_to_buf and add a simple test case for EscapeJsonString 2025-03-13 19:01:45 -04:00
Cargo.toml Update To Latest Version 2024-08-25 20:55:36 -04:00
README.md Put all tests in sailfish-tests/ directory 2020-07-14 22:46:58 +09:00

Integration tests

Running tests

$ cargo test

Acknowledgement

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