mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests - add, delete, info, ///
- Began set of high-level integration tests, in Perl.
This commit is contained in:
parent
72efddc066
commit
92ba36bdec
4 changed files with 129 additions and 17 deletions
|
@ -39,8 +39,6 @@
|
|||
Config::Config ()
|
||||
{
|
||||
// These are default (but overridable) reports.
|
||||
(*this)["report.large.columns"] = "id,uuid,project,priority,entry,start,due,age,active,tags,description";
|
||||
(*this)["report.large.sort"] = "due+,priority-,project+";
|
||||
(*this)["report.long.columns"] = "id,project,priority,entry,start,due,age,tags,description";
|
||||
(*this)["report.long.sort"] = "due+,priority-,project+";
|
||||
(*this)["report.list.columns"] = "id,project,priority,due,active,age,description";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue