You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this allows us to run tests in parallel which is nice for situations when tests are written that accidentally rely on previous tests (i.e. setting a package var)
also the test logs output the names (i.e. "over_max_zoom" would show up in the logs)
we're migrating the code base to this structure and it's all supported as of Go 1.7
The text was updated successfully, but these errors were encountered:
(from @ARolek)
https://github.com/go-spatial/tegola/blob/master/cache/redis/redis_test.go#L212
The text was updated successfully, but these errors were encountered: