summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael P. Soulier <msoulier@digitaltorque.ca>2021-11-29 20:32:37 -0500
committerMichael P. Soulier <msoulier@digitaltorque.ca>2021-11-29 20:32:37 -0500
commitdc7cee1c09cd57931e48954545e2d262ff6caf9b (patch)
tree88d94e8649f517718b5b891182a8a674a504c618
parenta20ffffaae25cd12b3513a930df2951cac452e4d (diff)
downloadtftpy-dc7cee1c09cd57931e48954545e2d262ff6caf9b.tar.gz
Added simple winblows test runner
-rw-r--r--run_tests.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_tests.bat b/run_tests.bat
new file mode 100644
index 0000000..edd9982
--- /dev/null
+++ b/run_tests.bat
@@ -0,0 +1,4 @@
+cd %~dp0
+set PYTHONPATH=.
+python "t\test.py"
+pause