8 lines
190 B
Batchfile
8 lines
190 B
Batchfile
@echo off
|
|
cd /d c:\Users\Certes\Desktop\variet-agent
|
|
python tests/test_cli_tools.py 2>&1
|
|
type tests\cli_test_output.txt
|
|
echo.
|
|
echo === Wiki Client Tests ===
|
|
python tests/test_wiki_client.py
|