Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
12
venv/Lib/site-packages/win32com/test/testInterp.vbs
Normal file
12
venv/Lib/site-packages/win32com/test/testInterp.vbs
Normal file
|
@ -0,0 +1,12 @@
|
|||
set o = CreateObject("Python.Interpreter")
|
||||
if o.Eval("1+1") <> 2 Then
|
||||
WScript.Echo "Eval('1+1') failed"
|
||||
bFailed = True
|
||||
end if
|
||||
|
||||
if bFailed then
|
||||
WScript.Echo "*********** VBScript tests failed *********"
|
||||
else
|
||||
WScript.Echo "VBScript test worked OK"
|
||||
end if
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue