>>> from should_dsl import *

>>> 'hello world' |should_be.ended_with| 'world'
True

>>> 'hello motto' |should_be.ended_with| 'world'
Traceback (most recent call last):
    ...
ShouldNotSatisfied: hello motto is not ended with world

