mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Databases can now have a .route separate from their .name, refs #1668
This commit is contained in:
parent
798f075ef9
commit
7a6654a253
8 changed files with 111 additions and 26 deletions
|
|
@ -55,6 +55,7 @@ async def test_datasette_constructor():
|
|||
assert databases == [
|
||||
{
|
||||
"name": "_memory",
|
||||
"route": "_memory",
|
||||
"path": None,
|
||||
"size": 0,
|
||||
"is_mutable": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue