summaryrefslogtreecommitdiff
path: root/tools/py_functional_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* functional tests for v4Gauvain Pocentek2017-08-041-1/+1
| | | | | Update the python tests for v4, and fix the problems raised when running those tests.
* improve error handlingRichard Hansen2016-01-311-3/+3
| | | | | | Break up pipelines and check the exit status of non-basic commands to ensure that any problems cause the scripts/testcases to fail right away.
* convert scripts to POSIX shell by eliminating bashismsRichard Hansen2016-01-311-1/+1
|
* quote underquoted variable expansionsRichard Hansen2016-01-311-3/+3
| | | | | | This protects against word splitting if the variable contains IFS characters, and it ensures that an empty variable doesn't become an elided argument.
* move common code to build_test_env.shRichard Hansen2016-01-311-19/+1
| | | | | Note that build_test_env.sh now creates and prepares the Python virtualenv (it didn't before).
* Implement project variables supportGauvain Pocentek2016-01-241-1/+1
|
* wait a little before running the python testsGauvain Pocentek2016-01-231-0/+2
|
* Add an initial set of API testsGauvain Pocentek2016-01-181-0/+37