grappa-py/grappa

View on GitHub
grappa/reporters/expected.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
from .subject import SubjectMessageReporter


class ExpectedMessageReporter(SubjectMessageReporter):

    title = 'What we expected'

    # Attribute to lookup in the operator instance for custom message template
    attribute = 'expected'