diff --git a/.gitignore b/.gitignore index 54c518e..54c77d8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ coverage.xml *.pyc .eggs .venv/ +**/.DS_Store \ No newline at end of file diff --git a/marbles/core/marbles/core/marbles.py b/marbles/core/marbles/core/marbles.py index 75431b7..5c747fa 100644 --- a/marbles/core/marbles/core/marbles.py +++ b/marbles/core/marbles/core/marbles.py @@ -171,7 +171,7 @@ class AnnotationError(Exception): class ContextualAssertionError(AssertionError): - '''Extends :class:`AssertionError` to accept and display additiona + '''Extends :class:`AssertionError` to accept and display additional information beyond the static ``msg`` parameter provided by :mod:`unittest` assertions. @@ -526,7 +526,7 @@ class TestCase(unittest.TestCase): Example: .. literalinclude:: examples/getting_started.py.annotated - :lines: 1-4,26-43 + :lines: 1-4,33-44 ''' failureException = ContextualAssertionError