diff options
| author | jvoisin | 2012-05-03 17:19:28 -0400 |
|---|---|---|
| committer | jvoisin | 2012-05-03 17:19:28 -0400 |
| commit | e76571e2dddee0dba228d05579f6aef28630ba63 (patch) | |
| tree | 48a41e95655eb57dc83e517d1c619de4ab49f091 | |
| parent | 1e26c0fe56a7e354f0649792de096dfeada8a1c5 (diff) | |
Fix encoding issues
| -rw-r--r-- | test/clitest.py | 4 | ||||
| -rw-r--r-- | test/libtest.py | 3 | ||||
| -rw-r--r-- | test/test.py | 3 |
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 |
