]> git.madduck.net Git - etc/taskwarrior.git/history - tasklib/tests.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Store deserialized data in Task._data
[etc/taskwarrior.git] / tasklib / tests.py
2015-01-09 Rob GoldingStore deserialized data in Task._data
2015-01-06 Rob GoldingMerge pull request #14 from tbabej/develop
2015-01-03 Tomas BabejTests: Cover filtering by string attributes containing...
2015-01-03 Tomas BabejTests: Cover setting read only attributes
2015-01-02 Tomas BabejTests: Adds tests for adding attributes with spaces
2015-01-02 Tomas BabejTests: Add tests for modified fields
2015-01-02 Tomas BabejTests: Add tests for repeatedly saving the tasks with...
2015-01-01 Tomas BabejTests: Add tests for setting and removing due date
2015-01-01 Tomas Babejtests: Check that the priority is removed when assigned...
2014-12-28 Tomas BabejTests: Add tests for uuid equality and hasing
2014-12-28 Tomas BabejTests: Add tests for dependency sets
2014-12-26 Rob GoldingMerge pull request #9 from tbabej/fix_tw1452
2014-12-26 Rob GoldingMerge pull request #11 from tbabej/improve_task_object
2014-12-25 Tomas Babejtests: Make tests Python 2.6 compatible, avoid using...
2014-12-25 Tomas Babejtests: Add basic Task tests
2014-12-25 Tomas Babejtests: Add tests to filter by attributes and their...
2014-12-25 Tomas Babejtests: Do not use TW directly to create tasks
2014-09-07 Rob GoldingMerge branch 'release/0.4.0'
2014-09-07 Rob GoldingAdd a unicode test
2013-11-18 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-18 Rob GoldingAdd support for adding/removing annotations
2013-11-03 Rob GoldingUse current directory for temp dir
2013-11-03 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-03 Rob GoldingTest for task.done()
2013-11-03 Rob GoldingImplement tasks.completed() and add more tests
2013-11-03 Rob GoldingAdd a couple of simple tests and fix typo
2013-11-03 Rob GoldingAdd a couple of simple tests and fix typo