From bf26b335e2f25a9f6cb96b7de5144557d98a7dc8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 15 Jun 2011 17:18:40 +0200 Subject: Fix a stupid typo, and add some comments --- libtest.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 libtest.py (limited to 'libtest.py') diff --git a/libtest.py b/libtest.py old mode 100644 new mode 100755 index 191a981..c6d5e12 --- a/libtest.py +++ b/libtest.py @@ -1,3 +1,9 @@ +#!/usr/bin/python + +''' + Unit test for the library +''' + import mat import unittest import test @@ -34,7 +40,7 @@ class Test_List_lib(test.MATTest): class Test_isClean_lib(test.MATTest): - def test_clean(self): + def test_dirty(self): '''test is_clean on clean files''' for clean, dirty in self.file_list: current_file = mat.create_class_file(dirty) -- cgit v1.3