dj-database-url/tests
Adam Johnson 5f5af49340
Fix type errors (#261)
First, Mypy reported a lot of issues for the tests not including  `-> None` annotations. After adding them, there were lots of issues due to the `url` variables being reassigned from `str` to `DBConfig` objects, fixed by inlining the URLs into the `parse()` calls.
2025-02-16 07:53:52 +00:00
..
__init__.py Redo as a package to fix mypy issues (#215) 2023-04-13 10:59:57 +01:00
test_dj_database_url.py Fix type errors (#261) 2025-02-16 07:53:52 +00:00