git » libjio » commit d1576eb

Rename the "auto" test to "behaviour"

author Alberto Bertogli
2009-03-28 03:25:22 UTC
committer Alberto Bertogli
2009-03-28 03:25:22 UTC
parent 9b563e43633ec4fcfc0cd3b24b97e11f2faa572c

Rename the "auto" test to "behaviour"

The "auto" test checks if the library behaves as expected, so it makes
sense to rename it to a clearer name.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

tests/{auto => behaviour}/README +1 -1
tests/{auto => behaviour}/runtests +0 -0
tests/{auto => behaviour}/t_corruption.py +0 -0
tests/{auto => behaviour}/t_fi.py +0 -0
tests/{auto => behaviour}/t_normal.py +0 -0
tests/{auto => behaviour}/tf.py +0 -0

diff --git a/tests/auto/README b/tests/behaviour/README
similarity index 89%
rename from tests/auto/README
rename to tests/behaviour/README
index 9652520..e69380d 100644
--- a/tests/auto/README
+++ b/tests/behaviour/README
@@ -1,5 +1,5 @@
 
-In this directory you'll find libjio's automated tests.
+In this directory you'll find libjio's automated behaviour tests.
 
 They're split in three suites: normal, corruption and fi. The normal suite
 tests normal, expected behaviour. The corruption suite checks how the library
diff --git a/tests/auto/runtests b/tests/behaviour/runtests
similarity index 100%
rename from tests/auto/runtests
rename to tests/behaviour/runtests
diff --git a/tests/auto/t_corruption.py b/tests/behaviour/t_corruption.py
similarity index 100%
rename from tests/auto/t_corruption.py
rename to tests/behaviour/t_corruption.py
diff --git a/tests/auto/t_fi.py b/tests/behaviour/t_fi.py
similarity index 100%
rename from tests/auto/t_fi.py
rename to tests/behaviour/t_fi.py
diff --git a/tests/auto/t_normal.py b/tests/behaviour/t_normal.py
similarity index 100%
rename from tests/auto/t_normal.py
rename to tests/behaviour/t_normal.py
diff --git a/tests/auto/tf.py b/tests/behaviour/tf.py
similarity index 100%
rename from tests/auto/tf.py
rename to tests/behaviour/tf.py