diff options
| -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 |
