Changes between Version 31 and Version 32 of Patches
- Timestamp:
- 2016-11-21T21:38:03Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Patches
v31 v32 16 16 Now, hack at Tahoe-LAFS! 17 17 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.18 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. 19 19 20 20 Now 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.