diff --git a/test/regression.py b/test/regression.py index fa20d5e3..8f01ea14 100755 --- a/test/regression.py +++ b/test/regression.py @@ -1,10 +1,10 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- """ Unit tests to avoid errors of the past. Makes use of Python's ``unittest`` module. """ -# -*- coding: utf-8 -*- import unittest import time import functools