grappa-py/http

View on GitHub
grappa_http/operators/attributes.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
from grappa import attribute


@attribute(operators=('request'))
def response(ctx):
    """
    Semantic attributes providing chainable declarative DSL
    for assertions.
    """
    ctx.negate = False