assert-impl icon indicating copy to clipboard operation
assert-impl copied to clipboard

Add more extensive tests

Open upsuper opened this issue 7 years ago • 0 comments

Currently we rely on using doc test to ensure that violation of the assertion would correctly trigger compile failure. But doc test isn't really scalable, and with adding more complicated stuff (e.g. #1), we need a better way to do testing.

There is a wonderful crate compiletest_rs, but unfortunately it doesn't currently work on stable (see laumann/compiletest-rs#124), so we probably cannot use it for now...

upsuper avatar Aug 18 '18 10:08 upsuper