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/conftest.py | |
parent | 3329e5fec21f2cc4479bb3358170e2226885ab3b (diff) | |
parent | ddd07f9cd6d72baca1232ae98856cf3b3d564706 (diff) | |
download | cmd2-git-85dbe035114330a15abd5af6e098ef6948fa6cb0.tar.gz |
Merge branch 'master' into history_fixes
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index dc5c1ab1..517e2865 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,9 +1,6 @@ # coding=utf-8 """ Cmd2 unit/functional testing - -Copyright 2016 Federico Ceratto <federico.ceratto@gmail.com> -Released under MIT license, see LICENSE file """ import sys from typing import Optional |