1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 22:35:36 +00:00
bramw_baserow/tests/cases
2023-07-13 15:39:38 +00:00
..
formula_runtime_cases.json Resolve "Create formula function registry for runtime functions" 2023-07-13 15:39:38 +00:00
README.md Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +00:00

Test Cases

This directory allows you to add test cases in JSON format that can be executed in both the frontend and the backend.

How to add a new case

Just add a file ending with .json in this directory and import it in your test file.

How to implement a case

You can use test.each in the frontend and @pytest.mark.parametrize in the backend to test each case defined in the JSON.