Closed jonhoo closed 5 years ago
Looks okay to me, though I don't have very deep understanding of containers.
I think I was overly optimistic here -- sadly Docker containers only really work on Linux, so this conflicts with cross-platform testing. Arguably what you'd want is to run only integration tests on Windows, but I think at that point we should leave the details to the caller.
This is really handy for projects that need services running for tests (like the
imap
crate which needs a mock IMAP server running).