Specter
Specter copied to clipboard
The human readable failed test information doesn't properly reflect a negative conditional
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.