1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-12-04 04:47:17 +00:00
bramw_baserow/tests/cases
2024-01-26 13:39:41 +00:00
..
formula_runtime_cases.json Resolve "Use integration & data source in elements" 2023-08-04 14:29:34 +00:00
README.md Resolve "Move formula language partially into own module" 2023-06-15 10:28:18 +00:00
tip_tap_visitor_cases.json Smal fixes: Fix error when deleting an element without selected one, Fix empty formula not being empty. 2024-01-26 13:39:41 +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.