Unit Tests

- Updated README with suggested work.
- Removed obsolete TAP.py.
- Added 'conversion' script to check on the Perl -> Python progress.
This commit is contained in:
Paul Beckingham
2015-02-08 13:51:27 -05:00
parent cd6808ab15
commit 4f6c51e7ae
3 changed files with 30 additions and 132 deletions

View File

@@ -85,6 +85,26 @@ behavior as well as looking for the absence of unexpected behavior.
How to Submit a Test Change/Addition
------------------------------------
Mail it to us, or attach it to an open bug.
Mail it to support@taskwarrior.org, or attach it to an open bug.
TODO
----
For anyone looking for test-related tasks to take on, here are some suggestions:
* Take tw-285.t and improve it to test more (if not all) virtual tags, then
rename it virtual-tags.t.
* Select a bug.*.t Perl test and convert it to Python using the template.
* Look at the latest todo.txt file format spec, and make sure that
import.todo.sh.t is testing the current format.
* Select a feature.*.t Perl test, convert it to Python using the template,
then rename it to <feature>.t
* Find and eliminate individual test that do the same thing.
---