Tom Parker-Shemilt
Tom Parker-Shemilt
https://github.com/jazzband/dj-database-url/pull/198 adds in type hints (and mypy checks for them)
@mattseymour Can we do a new release with this in?
👍 as well. If I fixed the conflicts, could this get merged?
In lots of ways, I like this. I like improvements to the consistency of the list, especially ones that basically take stuff that was being kinda done and move it...
> Once the consistency is there automating the lint will be fairly simple (each line matches a regex). I was a bit unclear before: I won't merge this without the...
> Got it - I'll add this at some point soon How's this going?
@Shaddy Have you got a command line that demos this? I haven't been able to get fuzz working at all (see #53).
@Dresdn https://github.com/jazzband/dj-database-url/pull/183 appears to have removed `EXPECTED_POSTGRES_ENGINE` so if you can fix the tests I can get this merged in.
Yeah. So, it's original purpose was trying to catch scenarios where tests had gotten stuck because of things like that (or before I fixed that, weird scenarios with nested test...
Oooh, I've just seen https://docs.rs/ntest/latest/ntest/attr.timeout.html which may aid the original use case. _Should_ work in combination with `serial_test`. Probably.