Import/Export: Relocated add-ons online, removed tests

- The scripts/add-ons/{im,ex}port* examples are relocated online under
  https://taskwarrior.org/tools/index.html#exts .
- The corresponding tests are no longer needed.
- The Perl JSON module is no longer required.
This commit is contained in:
Paul Beckingham 2015-07-20 07:57:54 -04:00
parent 7007ab46d6
commit 129aeb1845
17 changed files with 6 additions and 1605 deletions

View file

@ -33,9 +33,9 @@ Architecture
There are three varieties of tests:
* Perl unit tests that use Test::More and the JSON module. We are phasing
these out, and will accept no new Perl tests. These tests are high level
and exercise Taskwarrior at the command line level.
* Perl unit tests that use Test::More module. We are phasing these out, and
will accept no new Perl tests. These tests are high level and exercise
Taskwarrior at the command line level.
* C++ unit tests that test low-level object interfaces. These are typically
very fast tests, and are exhaustive in nature.