replace 'setup.py test' with 'tox'

[Imported from Trac: page Patches, version 32]
rvs 2016-11-21 21:38:03 +00:00
parent 23f42f86f6
commit 4b088dda3e

@ -15,7 +15,7 @@ Navigate to the `tahoe-lafs` folder and type `git branch` to make sure `master`
Now, hack at Tahoe-LAFS!
Once you think you have solved the issue run the test suite with `python setup.py test`. This ensures that you didn't accidentally break something while working on your patch.
Once you think you have solved the issue run the test suite with `tox`. This ensures that you didn't accidentally break something while working on your patch.
Now that all of the existing unit tests pass, [write your own tests](https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowToWriteTests) for the ticket if they don't already exist, and make sure that they pass. Also ensure that `make pyflakes` finds no errors or warnings.