|
|
|
|
|
by meddlepal
2365 days ago
|
|
I had to go look up Ginkgo... and I'm not sure it's an Apples to Apples comparison. The built-in Go framework for unit testing is great but I don't think I would want to try to write clean BDD tests with it. Part of the value-prop for Ginkgo is that it gives you a standard BDD DSL which if you're doing BDD is half the battle... describing and testing the behavior with a human-friendly programmatic interface. On the other hand if none of the team could articulate why they needed Ginkgo that probably means they don't actually know what BDD and your point still stands. |
|