grappa
grappa copied to clipboard
Contextual descriptions to test aggretations
Feature-by-example:
from grappa import context
def test_foo():
with context('some human description about the test'):
'foo' | should.be.a(str)
Maybe let this kind of feature to test runners like mamba and keep focus on assertions.