Feature-by-example: ```python from grappa import context def test_foo(): with context('some human description about the test'): 'foo' | should.be.a(str) ```