Adding all project files
This commit is contained in:
parent
6c9e127bdc
commit
cd4316ad0f
42289 changed files with 8009643 additions and 0 deletions
11
venv/Lib/site-packages/win32com/test/testInterp.vbs
Normal file
11
venv/Lib/site-packages/win32com/test/testInterp.vbs
Normal file
|
@ -0,0 +1,11 @@
|
|||
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