[x264-devel] commit: Add Python regression test script (Tony Young )

git at videolan.org git at videolan.org
Fri Nov 26 00:57:16 CET 2010


x264 | branch: master | Tony Young <rofflwaffls at gmail.com> | Wed Nov 24 16:58:38 2010 -0800| [04b59661469bfef7356e5e8ff443252fcf5fe264] | committer: Jason Garrett-Glaser 

Add Python regression test script

Patch from Google Code-In.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=04b59661469bfef7356e5e8ff443252fcf5fe264
---

 .gitignore                    |    3 +
 tools/digress/__init__.py     |   12 +
 tools/digress/cli.py          |  149 +++++++++++
 tools/digress/comparers.py    |   68 +++++
 tools/digress/constants.py    |   14 +
 tools/digress/errors.py       |   63 +++++
 tools/digress/scm/__init__.py |    3 +
 tools/digress/scm/dummy.py    |   41 +++
 tools/digress/scm/git.py      |   99 +++++++
 tools/digress/testing.py      |  582 +++++++++++++++++++++++++++++++++++++++++
 tools/test_x264.py            |  479 +++++++++++++++++++++++++++++++++
 11 files changed, 1513 insertions(+), 0 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=04b59661469bfef7356e5e8ff443252fcf5fe264


More information about the x264-devel mailing list