I can apply formulas

This commit is contained in:
2026-02-15 19:55:22 +01:00
parent 27f12b2c32
commit f3e19743c8
6 changed files with 48 additions and 17 deletions

View File

@@ -37,6 +37,9 @@ class MockDataGrid(MultipleInstance):
def get_table_name(self):
return "mock_table"
def get_formula_engine(self):
return None
@pytest.fixture
def mock_datagrid(root_instance):