Changes between Version 31 and Version 32 of Patches


Ignore:
Timestamp:
2016-11-21T21:38:03Z (7 years ago)
Author:
rvs
Comment:

replace 'setup.py test' with 'tox'

Legend:

Unmodified
Added
Removed
Modified
  • Patches

    v31 v32  
    1616Now, hack at Tahoe-LAFS!
    1717
    18 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.
     18Once 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.
    1919
    2020Now that all of the existing unit tests pass, [https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowToWriteTests write your own tests] 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.