franela / goblin

Minimal and Beautiful Go testing framework
MIT License
884 stars 79 forks source link

NotEqual assertions #108

Open andrewgarshyn opened 3 years ago

andrewgarshyn commented 3 years ago

Nice library, I'm loving the coloured output and the BDD style assertions.

Just wondering if there is a NotEqual assertion equivalent available or planned?

shakefu commented 3 years ago

Goblin really shines when used with Gomega assertion library - which lets you use syntax like Expect(foo).ToNot(Equal(bar))... Goblin itself only ships with a very limited set of assertions.

marcosnils commented 3 years ago

Just wondering if there is a NotEqual assertion equivalent available or planned?

Not for the moment! but contributions are welcome!