ozontech / allure-go

Complete Allure provider in Go which doesn't overload the interface usage
https://t.me/allure_go_chat
Apache License 2.0
317 stars 34 forks source link

Add InDelta asserts wrapper #69

Closed dskonev closed 1 year ago

dskonev commented 1 year ago

stretchr/testify/assert has assert.InDelta() function, and I use it in my tests. But allure-go hasn't such one. It would be nice to have.