grappa icon indicating copy to clipboard operation
grappa copied to clipboard

Contextual descriptions to test aggretations

Open h2non opened this issue 9 years ago • 1 comments

Feature-by-example:

from grappa import context

def test_foo():
     with context('some human description about the test'):
          'foo' | should.be.a(str)

h2non avatar Apr 08 '17 12:04 h2non

Maybe let this kind of feature to test runners like mamba and keep focus on assertions.

sgissinger avatar Nov 23 '20 21:11 sgissinger