go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

Clean up after old reporting system #80

Closed bkielbasa closed 4 years ago

bkielbasa commented 4 years ago

I'm talking about this file https://github.com/go-bdd/gobdd/blob/master/fmt.go and all occurrences of the printErrorf function. It should be replaced with t.Error or t.Fatal calls

arberiii commented 4 years ago

I can work on this issue. Can you assign me?

bkielbasa commented 4 years ago

thanks!