diff options
Diffstat (limited to 'tests/decorator_utils_test.py')
| -rwxr-xr-x | tests/decorator_utils_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/decorator_utils_test.py b/tests/decorator_utils_test.py index 2cc2b5f..68f1389 100755 --- a/tests/decorator_utils_test.py +++ b/tests/decorator_utils_test.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + +"""decorator_utils unittest such as it is.""" + import unittest import decorator_utils as du |
