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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
We want to change it to use asserty, as any other modern development at source{d}. But the current test suite is built on top of gocheck, this decision was made 3yrs ago, when was the default test framework for us, now we have a bunch of tests to change it, so its a lot of work for a little benefit.
I honestly don't mind whatever test framework is used. But in my opinion, the end result is that regular Go tests are run, so that go test flags like -v and -run are useful. Otherwise, go test is little other than running some arbitrary Go program that fails or succeeds.
They should either be made faster (parallel tests, or other fixes), or the slowest should be skipped on
testing.Short()
.At the moment, this is far from ideal:
I would have expected 10 seconds at most. Ideally, 2-3 seconds or less.
The text was updated successfully, but these errors were encountered: