mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 20:36:17 +02:00
Remove pointless test_column_type_with_config test
https://claude.ai/code/session_01SvPEPqHgURTWESRp28pTC3
This commit is contained in:
parent
c73a1c907a
commit
b7578a4884
1 changed files with 0 additions and 11 deletions
|
|
@ -381,17 +381,6 @@ async def test_column_type_base_defaults():
|
|||
assert await ct.transform_value("val", None) == "val"
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_column_type_with_config():
|
||||
class TestType(ColumnType):
|
||||
name = "test"
|
||||
description = "Test type"
|
||||
|
||||
ct = TestType(config={"key": "value"})
|
||||
assert ct.config == {"key": "value"}
|
||||
assert ct.name == "test"
|
||||
|
||||
|
||||
# --- render_cell extra with column types ---
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue