gospec icon indicating copy to clipboard operation
gospec copied to clipboard

Testing framework for Go. Allows writing self-documenting tests/specifications, and executes them concurrently and safely isolated. [UNMAINTAINED]

Results 3 gospec issues
Sort by recently updated
recently updated
newest added

I've hit a hiccup trying to use gomock w/ gospec b/c creating a gomock controller requires access to the testing object that go usually passes in to tests. Ideally there'd...

This is the execution of the idea I expressed in #6. - TODO Specs - This is a quick hack, to get work done. Spec'ing this is on mine and...