Coverage for apis_core/generic/tests/tables.py: 100%
3 statements
« prev ^ index » next coverage.py v7.5.3, created at 2025-09-03 06:15 +0000
« prev ^ index » next coverage.py v7.5.3, created at 2025-09-03 06:15 +0000
1import django_tables2 as tables
4class DummyTable(tables.Table):
5 export_filename = "dummytable"