diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-14 18:12:39 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-14 18:12:39 -0400 |
commit | 85dbe035114330a15abd5af6e098ef6948fa6cb0 (patch) | |
tree | e087dfa160eba882dcbd623609cab763efbd1ebc /tests/test_parsing.py | |
parent | 3329e5fec21f2cc4479bb3358170e2226885ab3b (diff) | |
parent | ddd07f9cd6d72baca1232ae98856cf3b3d564706 (diff) | |
download | cmd2-git-85dbe035114330a15abd5af6e098ef6948fa6cb0.tar.gz |
Merge branch 'master' into history_fixes
Diffstat (limited to 'tests/test_parsing.py')
-rw-r--r-- | tests/test_parsing.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_parsing.py b/tests/test_parsing.py index 9b2fd25b..3bd635a1 100644 --- a/tests/test_parsing.py +++ b/tests/test_parsing.py @@ -2,9 +2,6 @@ # flake8: noqa E302 """ Test the parsing logic in parsing.py - -Copyright 2017 Todd Leonhardt <todd.leonhardt@gmail.com> -Released under MIT license, see LICENSE file """ import attr import pytest |