summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py1
-rw-r--r--tests/test_base.py1
-rw-r--r--tests/test_containers.py1
-rw-r--r--tests/test_declarations.py1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 51d9a6e..14f1e9d 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2011 Raphaël Barrois
from .test_base import *
diff --git a/tests/test_base.py b/tests/test_base.py
index d66148a..68451f3 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/tests/test_containers.py b/tests/test_containers.py
index 7dd6758..34b61d4 100644
--- a/tests/test_containers.py
+++ b/tests/test_containers.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#
diff --git a/tests/test_declarations.py b/tests/test_declarations.py
index 2d77e1a..dcee38b 100644
--- a/tests/test_declarations.py
+++ b/tests/test_declarations.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright (c) 2010 Mark Sandstrom
# Copyright (c) 2011 Raphaël Barrois
#