mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
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:
parent
7007ab46d6
commit
129aeb1845
17 changed files with 6 additions and 1605 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue