From 8e64d9267be4f38fd3157a8861e0f9c2c2385cf2 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 27 Jul 2001 06:55:07 +0000 Subject: [PATCH] moving tests -> test git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@97 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/.cvsignore | 3 +++ {tests => test}/README.TXT | 5 ++++- {tests => test}/__init__.py | 5 ++++- {tests => test}/test_dates.py | 5 ++++- {tests => test}/test_db.py | 5 ++++- {tests => test}/test_schema.py | 5 ++++- 6 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 test/.cvsignore rename {tests => test}/README.TXT (78%) rename {tests => test}/__init__.py (67%) rename {tests => test}/test_dates.py (93%) rename {tests => test}/test_db.py (97%) rename {tests => test}/test_schema.py (93%) diff --git a/test/.cvsignore b/test/.cvsignore new file mode 100644 index 0000000..b0d7302 --- /dev/null +++ b/test/.cvsignore @@ -0,0 +1,3 @@ +*.pyc +localconfig.py +db diff --git a/tests/README.TXT b/test/README.TXT similarity index 78% rename from tests/README.TXT rename to test/README.TXT index cd199f8..f32c2c8 100644 --- a/tests/README.TXT +++ b/test/README.TXT @@ -1,4 +1,4 @@ -$Id: README.TXT,v 1.2 2001-07-25 04:34:31 richard Exp $ +$Id: README.TXT,v 1.1 2001-07-27 06:55:07 richard Exp $ Structre of the tests: @@ -21,3 +21,6 @@ Structre of the tests: ------ $Log: not supported by cvs2svn $ +Revision 1.2 2001/07/25 04:34:31 richard +Added id and log to tests files... + diff --git a/tests/__init__.py b/test/__init__.py similarity index 67% rename from tests/__init__.py rename to test/__init__.py index 728e6c7..b0b7327 100644 --- a/tests/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# $Id: __init__.py,v 1.3 2001-07-25 04:34:31 richard Exp $ +# $Id: __init__.py,v 1.1 2001-07-27 06:55:07 richard Exp $ import unittest @@ -15,4 +15,7 @@ def go(): # # $Log: not supported by cvs2svn $ +# Revision 1.3 2001/07/25 04:34:31 richard +# Added id and log to tests files... +# # diff --git a/tests/test_dates.py b/test/test_dates.py similarity index 93% rename from tests/test_dates.py rename to test/test_dates.py index 3d6eb5b..759fef5 100644 --- a/tests/test_dates.py +++ b/test/test_dates.py @@ -1,4 +1,4 @@ -# $Id: test_dates.py,v 1.2 2001-07-25 04:34:31 richard Exp $ +# $Id: test_dates.py,v 1.1 2001-07-27 06:55:07 richard Exp $ import unittest, time @@ -56,4 +56,7 @@ def suite(): # # $Log: not supported by cvs2svn $ +# Revision 1.2 2001/07/25 04:34:31 richard +# Added id and log to tests files... +# # diff --git a/tests/test_db.py b/test/test_db.py similarity index 97% rename from tests/test_db.py rename to test/test_db.py index 4bfd2ef..dcc5b37 100644 --- a/tests/test_db.py +++ b/test/test_db.py @@ -1,4 +1,4 @@ -# $Id: test_db.py,v 1.7 2001-07-27 06:26:43 richard Exp $ +# $Id: test_db.py,v 1.1 2001-07-27 06:55:07 richard Exp $ import unittest, os, shutil @@ -157,6 +157,9 @@ def suite(): # # $Log: not supported by cvs2svn $ +# Revision 1.7 2001/07/27 06:26:43 richard +# oops - wasn't deleting the test dir after the read-only tests +# # Revision 1.6 2001/07/27 06:23:59 richard # consistency # diff --git a/tests/test_schema.py b/test/test_schema.py similarity index 93% rename from tests/test_schema.py rename to test/test_schema.py index 70764ab..4821aa4 100644 --- a/tests/test_schema.py +++ b/test/test_schema.py @@ -1,4 +1,4 @@ -# $Id: test_schema.py,v 1.3 2001-07-25 04:34:31 richard Exp $ +# $Id: test_schema.py,v 1.1 2001-07-27 06:55:07 richard Exp $ import unittest, os, shutil @@ -58,4 +58,7 @@ def suite(): # # $Log: not supported by cvs2svn $ +# Revision 1.3 2001/07/25 04:34:31 richard +# Added id and log to tests files... +# # -- 2.30.2