summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjvoisin2012-05-03 17:19:28 -0400
committerjvoisin2012-05-03 17:19:28 -0400
commite76571e2dddee0dba228d05579f6aef28630ba63 (patch)
tree48a41e95655eb57dc83e517d1c619de4ab49f091 /test
parent1e26c0fe56a7e354f0649792de096dfeada8a1c5 (diff)
Fix encoding issues
Diffstat (limited to 'test')
-rw-r--r--test/clitest.py4
-rw-r--r--test/libtest.py3
-rw-r--r--test/test.py3
3 files changed, 8 insertions, 2 deletions
diff --git a/test/clitest.py b/test/clitest.py
index a4530a9..8fc4072 100644
--- a/test/clitest.py
+++ b/test/clitest.py
@@ -1,4 +1,6 @@
1#!/usr/bin/python 1#!/usr/bin/env python
2# -*- coding: utf-8 -*
3
2''' 4'''
3 Unit test for the CLI interface 5 Unit test for the CLI interface
4''' 6'''
diff --git a/test/libtest.py b/test/libtest.py
index 8f7df82..c44387d 100644
--- a/test/libtest.py
+++ b/test/libtest.py
@@ -1,4 +1,5 @@
1#!/usr/bin/python 1#!/usr/bin/env python
2# -*- coding: utf-8 -*
2 3
3''' 4'''
4 Unit test for the library 5 Unit test for the library
diff --git a/test/test.py b/test/test.py
index f8c9207..630c157 100644
--- a/test/test.py
+++ b/test/test.py
@@ -1,3 +1,6 @@
1#!/usr/bin/env python
2# -*- coding: utf-8 -*
3
1''' 4'''
2 Class for the testing suite : 5 Class for the testing suite :
3 - get the list of all test files 6 - get the list of all test files