]> git.sesse.net Git - x264/commit
Add Python regression test script
authorTony Young <rofflwaffls@gmail.com>
Thu, 25 Nov 2010 00:58:38 +0000 (16:58 -0800)
committerFiona Glaser <fiona@x264.com>
Thu, 25 Nov 2010 21:46:23 +0000 (13:46 -0800)
commitcab2d8ad24e29c0d78d799a496608a44554c23f3
tree806bad51dc48bbe2b3390458f97f580dac7980ec
parent7e3019a3cef6710378c7d3090fa3d3348b59de6b
Add Python regression test script

Patch from Google Code-In.
.gitignore
tools/digress/__init__.py [new file with mode: 0644]
tools/digress/cli.py [new file with mode: 0644]
tools/digress/comparers.py [new file with mode: 0644]
tools/digress/constants.py [new file with mode: 0644]
tools/digress/errors.py [new file with mode: 0644]
tools/digress/scm/__init__.py [new file with mode: 0644]
tools/digress/scm/dummy.py [new file with mode: 0644]
tools/digress/scm/git.py [new file with mode: 0644]
tools/digress/testing.py [new file with mode: 0644]
tools/test_x264.py [new file with mode: 0755]