pegleg/doc
Felipe Monteiro ec34ed056f Allow tox to support regexes for unit tests
This patch set adds a shell wrapper script to allow
tox to be used to run a subset of unit tests via regexes:

To run all unit tests, execute::

  $ tox -epy35

To run unit tests using a regex, execute::

  $ tox -epy35 -- <regex>

Change-Id: I2ba1e18226d686cb549a075e020ba02e24204829
2018-10-22 10:18:05 -04:00
..
source Allow tox to support regexes for unit tests 2018-10-22 10:18:05 -04:00
requirements.txt docs: Add developer overview guide 2018-09-13 18:28:58 -06:00