Add pyton test script

Taken from
https://github.com/civetweb/civetweb/issues/555#issuecomment-347069525
This commit is contained in:
bel2125 2017-11-27 20:11:19 +01:00
parent 1174fcd441
commit e16c39cc79

5
test/pytest.linux.cgi Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/python
import os
print("Content-Type: text/plain \n\n")
print("This is from python")