Add tests to cover python command

This commit is contained in:
Richard Berger
2021-03-24 15:42:38 -04:00
parent 9d3e37b102
commit 1c9c46d2c1
4 changed files with 110 additions and 1 deletions

2
unittest/python/run.py Normal file
View File

@ -0,0 +1,2 @@
from __future__ import print_function
print("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent metus.")