Specter icon indicating copy to clipboard operation
Specter copied to clipboard

The human readable failed test information doesn't properly reflect a negative conditional

Open jmvrbanac opened this issue 10 years ago • 0 comments

Output from a test run:

✘ app._router.find('/v1/something')[0] not to be None
        app._router.find('/v1/something')[0]: None
        Expected: None

This should say "Expected not to be:" to match the negative conditional.

jmvrbanac avatar Mar 10 '16 21:03 jmvrbanac