Skip to content

Commit

Permalink
Add testing for Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 21, 2021
1 parent 75b98f7 commit 745695c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ echo NodeJS test
set "LOADER_SCRIPT_PATH=%loc%\node"
type "%loc%\node\commands.txt" | metacall.bat | findstr "366667" || goto :test_fail

rem TODO: This has not been tested yet
rem echo Python test
rem set "LOADER_SCRIPT_PATH=%loc%\python"
rem metacall pip3 install metacall
rem type "%loc%\python\commands.txt" | metacall.bat | findstr "Hello World" || goto :test_fail
echo Python test
set "LOADER_SCRIPT_PATH=%loc%\python"
metacall pip3 install metacall
type "%loc%\python\commands.txt" | metacall.bat | findstr "Hello World" || goto :test_fail

exit /b 0

Expand Down

0 comments on commit 745695c

Please sign in to comment.