lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.5k stars 88 forks source link

Running tests on windows isn't supported #37

Closed MrWinstead closed 6 years ago

MrWinstead commented 6 years ago

Current Behavior

If one tries to run lile-generated tests on Windows, lile will try to use a UNIX socket. This should use something like a named pipe (less realistic, more resilient) or an in-memory transport (more realistic, more complex).

Expected Behavior

Given a lile-generated test suite When running go test Then tests will execute successfully on Linux and the tests will execute successfully on Windows

arbarlow commented 6 years ago

Closing, as it was implemented in #38 !