summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_bigfile.py1
-rw-r--r--tests/test_integers.py1
-rw-r--r--tests/test_load_save_keys.py1
-rw-r--r--tests/test_pkcs1.py1
-rw-r--r--tests/test_strings.py1
-rw-r--r--tests/test_varblock.py1
6 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_bigfile.py b/tests/test_bigfile.py
index 03863c1..6c3de00 100644
--- a/tests/test_bigfile.py
+++ b/tests/test_bigfile.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
diff --git a/tests/test_integers.py b/tests/test_integers.py
index 58af48c..f504e45 100644
--- a/tests/test_integers.py
+++ b/tests/test_integers.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
diff --git a/tests/test_load_save_keys.py b/tests/test_load_save_keys.py
index 0d132b9..1a4ee23 100644
--- a/tests/test_load_save_keys.py
+++ b/tests/test_load_save_keys.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
diff --git a/tests/test_pkcs1.py b/tests/test_pkcs1.py
index 4be2dd8..6150215 100644
--- a/tests/test_pkcs1.py
+++ b/tests/test_pkcs1.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
diff --git a/tests/test_strings.py b/tests/test_strings.py
index e307efb..fe60055 100644
--- a/tests/test_strings.py
+++ b/tests/test_strings.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#
diff --git a/tests/test_varblock.py b/tests/test_varblock.py
index 6dad5ab..c6f2485 100644
--- a/tests/test_varblock.py
+++ b/tests/test_varblock.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
#
# Copyright 2011 Sybren A. Stüvel <sybren@stuvel.eu>
#