diff --git a/test/test_regression.py b/test/test_regression.py index 3d01dfdb..8c52f19b 100644 --- a/test/test_regression.py +++ b/test/test_regression.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- """ Unit tests to avoid errors of the past. These are also all tests that didn't found a good place in any other testing module. diff --git a/test/test_unicode.py b/test/test_unicode.py index 1a372068..c9c10648 100644 --- a/test/test_unicode.py +++ b/test/test_unicode.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ All character set and unicode related tests. """