diff options
author | Eric Anholt <eric@anholt.net> | 2016-08-11 17:44:18 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-08-24 11:55:40 -0700 |
commit | 8bfc39326f82862fdeae85aa037977b8260e7e1b (patch) | |
tree | 2c68c50ae74cdceae0c42448c6e12c849a912793 /README | |
parent | 39ccf8c59bd58abcf4785faad93295972645dc52 (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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |