diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-04 15:31:51 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-04 15:31:51 -0500 |
| commit | d04e21f670955b8ce9ecf5f4baf9d1256aa86bbf (patch) | |
| tree | beb84dc2dbf07d87d7e2f5a101f655a11d8f3ce1 /tests/script.py | |
| parent | c04fd950308311ff39a0c4980a780a5419d36288 (diff) | |
| download | cmd2-git-d04e21f670955b8ce9ecf5f4baf9d1256aa86bbf.tar.gz | |
Added can_clip declaration inside Windows code section for purposes of unit testsing.
Also added a unit test for running a python script.
Diffstat (limited to 'tests/script.py')
| -rw-r--r-- | tests/script.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
