summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 18:16:21 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 18:16:21 -0500
commitb3d728192f4e36b5893dcb089893325ea4cd764b (patch)
treee915886cb357182344326911c3add53f01d10e38 /tests
parenta45666f8c8d16955e8a568c46e963b2ff9d7bde6 (diff)
.py files coding set to utf-8.
Diffstat (limited to 'tests')
-rw-r--r--tests/_version_test.py2
-rw-r--r--tests/config_test.py2
-rw-r--r--tests/crypto_test.py2
-rw-r--r--tests/events_test.py2
-rw-r--r--tests/file_test.py2
-rw-r--r--tests/silo_test.py2
-rw-r--r--tests/utils.py2
7 files changed, 14 insertions, 0 deletions
diff --git a/tests/_version_test.py b/tests/_version_test.py
index 92034eb..7e1ccc1 100644
--- a/tests/_version_test.py
+++ b/tests/_version_test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.
diff --git a/tests/config_test.py b/tests/config_test.py
index b60cc40..5ce6aca 100644
--- a/tests/config_test.py
+++ b/tests/config_test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.
diff --git a/tests/crypto_test.py b/tests/crypto_test.py
index 454255c..ca1c15a 100644
--- a/tests/crypto_test.py
+++ b/tests/crypto_test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.
diff --git a/tests/events_test.py b/tests/events_test.py
index 4ef75ce..b62b82d 100644
--- a/tests/events_test.py
+++ b/tests/events_test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.
diff --git a/tests/file_test.py b/tests/file_test.py
index f3a153d..7fbd6b7 100644
--- a/tests/file_test.py
+++ b/tests/file_test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.
diff --git a/tests/silo_test.py b/tests/silo_test.py
index 997e8d2..8162982 100644
--- a/tests/silo_test.py
+++ b/tests/silo_test.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.
diff --git a/tests/utils.py b/tests/utils.py
index 3f46813..73096f1 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+#
# Copyright (C) 2015 Combox author(s). See AUTHORS.
#
# This file is part of Combox.