1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-08 06:40:07 +00:00
bramw_baserow/tests/cases
2024-01-23 14:47:04 +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 Attempt to fix formula issues 2024-01-23 14:47:04 +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.