Some database tests

This commit is contained in:
John Doty 2024-07-17 06:39:59 -07:00
parent a105cdc649
commit 52c12785c8
2 changed files with 66 additions and 1 deletions

View file

@ -76,7 +76,6 @@ def local_origin(path: pathlib.Path | None = None) -> str:
def database_path(origin: str) -> pathlib.Path:
# TODO: Determine the name/slug from local state if necessary
return pathlib.Path.home() / "Dropbox" / "cry" / f"{origin}.db"