nao1215 / spectest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported windows

nao1215 opened this issue · comments

Is your feature request related to a problem? Please describe.

I modify the code so that unit tests pass in a Windows environment.
I know that the difflib package is not compatible with windows. I think we should export for difflib package as an external repository.