1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/tests/cases/README.md

10 lines
397 B
Markdown

# 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.