catala/tests
2020-12-09 16:45:23 +01:00
..
test_bool Fix content/type lexer issue in nv 2020-12-06 18:09:48 +01:00
test_dec Handles infinite precision 2020-12-09 16:45:23 +01:00
test_default Added error when a scope variable evaluates to empty 2020-12-09 11:23:03 +01:00
test_enum Fixed various edge cases of enums 2020-12-09 10:36:09 +01:00
test_func Fix content/type lexer issue in nv 2020-12-06 18:09:48 +01:00
test_scope Fix content/type lexer issue in nv 2020-12-06 18:09:48 +01:00
test_struct Fix content/type lexer issue in nv 2020-12-06 18:09:48 +01:00
Makefile Implmemented enum desugaring but parser error 2020-12-06 17:48:15 +01:00
README.md Automated test suite! 2020-08-07 17:37:28 +02:00

Catala test suite

This folder contains Catala source files designed to test the features of the language.

It uses make to launch tests and compare the test terminal output with an expected output.

When you create a new test, please register it in the Makefile following the other examples. Expected outputs are stored using the convention <name_of_test>.catala.<name_of_scope>.out in the corresponding test folder.