Dmitry Lazurkin
Dmitry Lazurkin
I can do pull request, but I need some help with UX.
* Add `FloatIsCloseTo` matcher as copy of `IsCloseTo` matcher * Rename `IsCloseTo` matcher to `DoubleIsCloseTo` * Change error message for excluding errors in additional floating calculations (May user catch this...
Updated pull request #226. Changes: * Create base class `BaseCloseTo` for all closeTo matchers * Add `FloatCloseTo` matcher * Rename `IsCloseTo` matcher to `DoubleCloseTo` * Change error message for excluding...
Monit service has fields `status` and `status_hint`. If error occurs then monit sets bit in status field and resets same bit in status_hint. I add constants and method for errors...