summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-08-11 17:44:18 -0700
committerEric Anholt <eric@anholt.net>2016-08-24 11:55:40 -0700
commit8bfc39326f82862fdeae85aa037977b8260e7e1b (patch)
tree2c68c50ae74cdceae0c42448c6e12c849a912793 /README
parent39ccf8c59bd58abcf4785faad93295972645dc52 (diff)
README: Add a note of how to run the framework tests
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bc2be4b28..b8b0c89b3 100644
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ unnecessary for python3:
- subprocess32. A backport of the subprocess from python3.2, which includes
timeout support. This only works for Linux
-For Testing the python framework
+For testing the python framework using "py.test unittests/framework"
- py.test. A python test framework, used for running the python framework
test suite.
- tox. A tool for testing python packages against multiple configurations of