Allow testers to specify test
Until now the command `tox` would run all of the tests. With this change one can specify a test to be run by running: tox -- path/to/test.py
This commit is contained in:
Until now the command `tox` would run all of the tests. With this change one can specify a test to be run by running: tox -- path/to/test.py