:: Batch file to test with various versions of the P4API. @echo P4Python API test suite :: call :run_test p4api-2005-1 call :run_test p4api-2006-1 goto :eof :run_test del /q build\lib.win32-2.4\* del /q build\temp.win32-2.4\Release\* setup.py --p4-api=%1 build cd test python test_p4python.py cd .. goto :eof
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 5754 | Robert Cowham |
Added new attributes (and tests): GetConfig SetProg SetVersion SetTicketFile |
||
#2 | 5747 | Robert Cowham | Improved the spec test for 2005.2 API | ||
#1 | 5746 | Robert Cowham | Got api testing working properly! |