Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Fenwick 3b46553f47 Improve TAP compliance in test suite
This allows tools like `prove` to operate on our test-suite, allowing us
to do things like run recently-failing tests first, randomising test
order, and fancier reporting options.

Changes made:

- TAP output always goes to STDOUT, never to STDERR
- Skipped tests signaled as `ok 1 # skip` as per standard
- Expected failures signaled as `not ok 1 # TODO` as per standard
- `.prove` added to .gitignore
2018-05-13 23:24:57 -04:00
cmake cmake: Use the CXXSniffer 2018-05-13 19:43:55 -04:00
doc DOM: New reference tw.version. 2018-05-13 23:18:49 -04:00
performance Performance: Script now allows overrides, for comparison 2015-11-07 20:27:09 -05:00
scripts Scripts: Updated URLs 2018-05-13 23:22:41 -04:00
src Error: Changed (1) error format 2018-05-13 23:24:26 -04:00
test Improve TAP compliance in test suite 2018-05-13 23:24:57 -04:00
.gitignore Improve TAP compliance in test suite 2018-05-13 23:24:57 -04:00
.gitmodules libshared: Updated URL 2018-05-13 23:12:59 -04:00
AUTHORS Update AUTHORS and ChangeLog file 2018-05-13 23:20:47 -04:00
ChangeLog Update AUTHORS and ChangeLog file 2018-05-13 23:20:47 -04:00
cmake.h.in TW-1605: Japanese translation for Taskwarrior 2015-04-28 20:11:11 -04:00
CMakeLists.txt Handling of git submodule in cmake 2018-05-13 22:31:40 -04:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING Copyright update 2018-05-13 20:50:26 -04:00
DEVELOPER Docs: Removed obsolete URL 2018-05-13 23:24:36 -04:00
INSTALL INSTALL: Use https link for cmake.org 2018-05-13 23:13:39 -04:00
LICENSE LICENSE: Use https link instead of http 2018-05-13 23:13:29 -04:00
NEWS DOM: New reference tw.version. 2018-05-13 23:18:49 -04:00
README.md Docs: Removed obsolete URL 2018-05-13 23:24:36 -04:00

Disclaimer during ongoing development

We want to discourage you from using the development version of Taskwarrior.

The development branch is a work in progress and may not pass all quality tests, therefore it may harm your data. We do not guarantee proper or even adequate functionality, performance or timely fixes.

We welcome bug reports from beta- and release-level software, but generally not development versions. If you are undaunted by this, please:

  • Make proper backups.
  • Expect broken and missing functionality.
  • Be aware that using the development branch involves risks.

Thank you for taking a look at Taskwarrior!

Taskwarrior is a GTD, todo list, task management, command line utility with a multitude of features. It is a portable, well supported and very active Open Source project. Take a look at the site:

http://taskwarrior.org

There you'll find online documentation, downloads, news and more.

Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed.

For support options, take a look at:

http://taskwarrior.org/support

Please send your code patches to:

support@taskwarrior.org

Consider joining bug.tasktools.org and participating in the future of Taskwarrior.


Taskwarrior is released under the MIT license. For details check the LICENSE file.