Update of /cvsroot/pythoncard/PythonCard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10623
Modified Files:
testIgnore.py
Removed Files:
test.py
Log Message:
renamed test.py to runTimeTest.py and moved it to tests
updated runAllTests.py to use endswith instead of regular expression
removed .rsrc.py from tests
--- test.py DELETED ---
Index: testIgnore.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/testIgnore.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** testIgnore.py 22 May 2004 01:05:29 -0000 1.1
--- testIgnore.py 25 May 2004 19:47:07 -0000 1.2
***************
*** 1,3 ****
# ignore is a regular expression that will match the filenames
# for the modules to exclude.
! ignore = '(setup)|(fixdc)\.py$'
--- 1,3 ----
# ignore is a regular expression that will match the filenames
# for the modules to exclude.
! ignore = '(pycrustrc)|(install-pythoncard)|(setup)|(fixdc)\.py$'
|