sailfish/sailfish-tests/integration-tests
liushuyu 2a8e1a7b7d
dep: update syn to v2 (#115)
* dep: update syn to v2

* fix a broken test.

---------

Co-authored-by: Vince Pike <25014503+vthg2themax@users.noreply.github.com>
2023-04-12 10:02:05 -04:00
..
config Change config file format from YAML to TOML and add support for embedding environment variables in the config file 2021-05-01 06:39:38 +02:00
src Put all tests in sailfish-tests/ directory 2020-07-14 22:46:58 +09:00
templates Remove tests for Big Table/Teams benchmark 2020-12-23 22:40:55 +09:00
tests test: Tests for missing semicolon in code block (9bf4090) 2021-04-06 21:50:40 +09:00
Cargo.toml dep: update syn to v2 (#115) 2023-04-12 10:02:05 -04:00
README.md Put all tests in sailfish-tests/ directory 2020-07-14 22:46:58 +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.