This commit is contained in:
emdee@spm.plastiras.org 2024-01-17 14:12:46 +00:00
parent 96c453607f
commit 9c97bb9acb
7 changed files with 42 additions and 119 deletions

View file

@ -1,9 +1,9 @@
PREFIX=/usr/local
PYTHON_EXE_MSYS=${PREFIX}/bin/python3.bash
LOCAL_DOCTEST=${PREFIX}/bin/toxcore_run_doctest3.bash
DOCTEST=${LOCAL_DOCTEST}
MOD=exclude_badExits
check::
sh python3.sh -c "import ${MOD}"
@ -16,7 +16,10 @@ install::
rsync::
bash .rsync.sh
test:: doctest
test::
${PYTHON_EXE_MSYS} exclude_badExits.py --help
TOR_CONTROLLER_PASSWORD=${PASS} ${PYTHON_EXE_MSYS} src/${MOD}/torcontactinfo.py
doctest::
export PYTHONPATH=${PWD}/src/${MOD}
${DOCTEST} ${MOD}.txt