diff options
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 |