forked from mhammond/pywin32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested okay with Python 3.0, includes last minute patches from Mark H.
- Loading branch information
1 parent
8d492a4
commit 7c98664
Showing
6 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,17 @@ | ||
if not "%PYTHON%"=="" goto skip_python | ||
set PYTHON=python | ||
:skip_python | ||
Echo on | ||
echo . | ||
echo . | ||
del *.pyc | ||
echo . | ||
REM unit test | ||
adodbapitest.py | ||
%PYTHON% adodbapitest.py | ||
echo . | ||
echo . | ||
REM generic test | ||
@echo . | ||
test_adodbapi_dbapi20.py | ||
%PYTHON% test_adodbapi_dbapi20.py | ||
echo . | ||
echo . | ||
db_print.py | ||
echo . | ||
del *.pyc | ||
del *.pyo | ||
del ..\adodbapi.pyc | ||
echo . | ||
call ipy.bat adodbapitest.py | ||
echo . | ||
echo . | ||
REM generic test | ||
@echo . | ||
call ipy.bat test_adodbapi_dbapi20.py | ||
echo . | ||
call ipy.bat db_print.py | ||
echo . | ||
pause Testing complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters