kinbiko / jsonassert

A Go test assertion library for verifying that two representations of JSON are semantically equal
MIT License
125 stars 16 forks source link

Ignore stackframes from this package in assertions #17

Closed kinbiko closed 5 years ago

kinbiko commented 5 years ago

This means that the line number at which a test assertion appeared will show up at the right line of code relative to what the user wrote, as opposed to where in this package it appeared.

CC: @CodeHex - beat you to it