diff options
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 194892f7..a6a3822e 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1,9 +1,10 @@ # coding=utf-8 -# -# Cmd2 unit/functional testing -# -# Copyright 2016 Federico Ceratto <federico.ceratto@gmail.com> -# Released under MIT license, see LICENSE file +""" +Cmd2 unit/functional testing + +Copyright 2016 Federico Ceratto <federico.ceratto@gmail.com> +Released under MIT license, see LICENSE file +""" import mock from conftest import run_cmd, _normalize |