Skip to content

Commit ab081f2

Browse files
author
Richard Jones
committed
moving tests -> test
1 parent 6e494d7 commit ab081f2

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

test/.cvsignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.pyc
2+
localconfig.py
3+
db

tests/README.TXT renamed to test/README.TXT

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: README.TXT,v 1.2 2001-07-25 04:34:31 richard Exp $
1+
$Id: README.TXT,v 1.1 2001-07-27 06:55:07 richard Exp $
22

33
Structre of the tests:
44

@@ -21,3 +21,6 @@ Structre of the tests:
2121

2222
------
2323
$Log: not supported by cvs2svn $
24+
Revision 1.2 2001/07/25 04:34:31 richard
25+
Added id and log to tests files...
26+
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: __init__.py,v 1.3 2001-07-25 04:34:31 richard Exp $
1+
# $Id: __init__.py,v 1.1 2001-07-27 06:55:07 richard Exp $
22

33
import unittest
44

@@ -15,4 +15,7 @@ def go():
1515

1616
#
1717
# $Log: not supported by cvs2svn $
18+
# Revision 1.3 2001/07/25 04:34:31 richard
19+
# Added id and log to tests files...
20+
#
1821
#
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: test_dates.py,v 1.2 2001-07-25 04:34:31 richard Exp $
1+
# $Id: test_dates.py,v 1.1 2001-07-27 06:55:07 richard Exp $
22

33
import unittest, time
44

@@ -56,4 +56,7 @@ def suite():
5656

5757
#
5858
# $Log: not supported by cvs2svn $
59+
# Revision 1.2 2001/07/25 04:34:31 richard
60+
# Added id and log to tests files...
61+
#
5962
#

tests/test_db.py renamed to test/test_db.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: test_db.py,v 1.7 2001-07-27 06:26:43 richard Exp $
1+
# $Id: test_db.py,v 1.1 2001-07-27 06:55:07 richard Exp $
22

33
import unittest, os, shutil
44

@@ -157,6 +157,9 @@ def suite():
157157

158158
#
159159
# $Log: not supported by cvs2svn $
160+
# Revision 1.7 2001/07/27 06:26:43 richard
161+
# oops - wasn't deleting the test dir after the read-only tests
162+
#
160163
# Revision 1.6 2001/07/27 06:23:59 richard
161164
# consistency
162165
#
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: test_schema.py,v 1.3 2001-07-25 04:34:31 richard Exp $
1+
# $Id: test_schema.py,v 1.1 2001-07-27 06:55:07 richard Exp $
22

33
import unittest, os, shutil
44

@@ -58,4 +58,7 @@ def suite():
5858

5959
#
6060
# $Log: not supported by cvs2svn $
61+
# Revision 1.3 2001/07/25 04:34:31 richard
62+
# Added id and log to tests files...
63+
#
6164
#

0 commit comments

Comments
 (0)