From 4b088dda3e3bad0a6394644fedabbd1f8ab9a1b1 Mon Sep 17 00:00:00 2001 From: rvs <> Date: Mon, 21 Nov 2016 21:38:03 +0000 Subject: [PATCH] replace 'setup.py test' with 'tox' [Imported from Trac: page Patches, version 32] --- Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index 5ecd3fd..6fca47c 100644 --- a/Patches.md +++ b/Patches.md @@ -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.