From d04e21f670955b8ce9ecf5f4baf9d1256aa86bbf Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 4 Feb 2017 15:31:51 -0500 Subject: Added can_clip declaration inside Windows code section for purposes of unit testsing. Also added a unit test for running a python script. --- tests/script.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/script.py (limited to 'tests/script.py') diff --git a/tests/script.py b/tests/script.py new file mode 100644 index 00000000..30d45960 --- /dev/null +++ b/tests/script.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +print("This is a python script running ...") \ No newline at end of file -- cgit v1.2.1