summaryrefslogtreecommitdiff
path: root/tests/test_scripting.py
Commit message (Collapse)AuthorAgeFilesLines
* Use unicode literals throughout projectJon Dufresne2018-11-031-3/+3
| | | | Remove workaround for handling unicode with older Pythons.
* Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
| | | | All supported Python versions support the with statement.
* Fix icnorrect testBen Greenberg2017-06-151-1/+2
|
* update tests to reflect the fact that the script sha is precalculatedBen Greenberg2017-06-151-13/+18
|
* pep8 fixHendrik Muhs2014-12-041-0/+1
|
* fix pep8Hendrik Muhs2014-12-041-4/+5
|
* UnicodeDecodeErrorfix unicode encode error when using pipeline in ↵Hendrik Muhs2014-12-041-0/+31
| | | | combination with msgpack and lua
* fix scripting tests on python3Andy McCurdy2014-04-101-2/+3
|
* Make sure we know the SHA of scripts before pipeline execution. Fixes #459Andy McCurdy2014-04-091-0/+81