summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-10-21 00:51:35 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-10-29 17:56:30 -0700
commitcffbe44c9db0c76c094f740d9082b2dd5acf2b67 (patch)
treeee14cf95932a238465b18083063a792b20594fca /README
parent41c514c9293e394f2a0d767fa526f8bbb189a986 (diff)
framework/tests/oglconform_tests.py: Add tests for tests/oglconform.py
This adds a pretty extensive set of tests for oglconform.py, with the goal of making further cleanups and refactors easier and not introducing regressions. This adds a dependency of mock for the unittests. No production code needs this dependency, so this wont affect most (any?) piglit users. Mock allows for better testing, in fact, it allows oglconform to be tested even when it's not installed. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index be8f4df19..0144d6a7d 100644
--- a/README
+++ b/README
@@ -50,6 +50,8 @@ Optionally, you can install the following:
- backports.lzma. A packport of python3's lzma module to python2,
this enables fast native xz (de)compression in piglit for results files
(https://github.com/peterjc/backports.lzma)
+ - mock. A python module for mocking other python modules. Required only for
+ unittests (https://github.com/testing-cabal/mock)
Now configure the build system: