]> 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:

* Fix multiple PEP8 lint errors
[etc/taskwarrior.git] / tasklib / tests.py
2018-01-17 Lyz* Fix multiple PEP8 lint errors
2017-10-25 Lyz[fix] follow pep8 guidelines
2017-01-08 Tomas Babejtests: Replace key with different config keys that...
2016-07-08 Tomas Babejtests: Add tests for unequality of hashes of different...
2016-05-23 Tomas Babejtests: Expand test suite with tests for recurring nativ...
2016-05-23 Tomas Babejtests: Do not use string-based dates for compatibility...
2016-05-23 Tomas Babejtests: Cover deleted and waiting native queryset filters
2016-05-22 Tomas Babejtests: Expand test suite with tests for inequality...
2016-05-22 Tomas BabejMerge pull request #45 from sarg/develop
2016-05-20 Sergey Trofimovincrease coverage
2016-02-13 Rob GoldingMerge pull request #42 from robgolding63/issue-41-fix
2016-02-10 Rob GoldingAdd test for recurring task import error
2016-01-31 Rob GoldingMerge branch 'master' into develop
2015-12-26 Tomas Babejtests: Add test for equality of the recurrence parents
2015-12-26 Tomas Babejtests: Expand and fix tests with set-based tags
2015-12-26 Tomas Babejtests: Use a configuration variable available in older...
2015-12-26 Tomas Babejtests: Add a tests for loading of the configuration
2015-12-26 Tomas Babejtests: Expand tests for the LazyUUIDTaskTestSet
2015-12-26 Tomas Babejtests: Expand tests for LazyUUIDTask
2015-12-24 Tomas Babejtests: Improve tests for the LazyUUIDTaskSet
2015-12-24 Tomas Babejlazy: Move lazy class implementations into a separate...
2015-12-24 Tomas Babejtests: Fix typos
2015-12-24 Tomas Babejtests: Add tests for the LazyUUIDTaskSet
2015-12-24 Tomas Babejtests: Add tests for LazyUUIDTask
2015-11-15 Rob GoldingMerge branch 'release/0.11.0'
2015-08-09 Tomas Babejtests: Replace warrior-specific keyword arguments
2015-08-09 Tomas BabejFix various import issues
2015-08-06 Tomas Babejtests: Add test for saving multiple completed tasks
2015-08-06 Tomas Babejtests: Do not use TW-formatted datetime strings, they...
2015-08-06 Tomas Babejtests: Add test for adding a completed task
2015-07-22 Rob GoldingMerge branch 'release/0.10.0'
2015-04-07 Tomas Babejtests: Add tests for starting active task
2015-03-23 Tomas Babejtests: Amend hook tests to test for value removal as...
2015-03-23 Tomas Babejtests: Add tests for the stop method
2015-03-22 Tomas Babejtests: Allow failure when testing failing command with...
2015-03-22 Tomas Babejtests: Test execute command with return_all flag
2015-03-22 Tomas Babejtests: Explicitly mark unicode strings used for testing
2015-03-22 Tomas Babejtests: Add test for filtering with unicode strings
2015-03-22 Tomas Babejtests: Add tests for Task active property
2015-03-22 Tomas Babejtests: Use sys.version_info instead of sys.vesion to...
2015-03-22 Tomas Babejtests: Remove duplicate test
2015-03-22 Tomas Babejtests: Python 2.6. does not support timedelta.total_sec...
2015-03-22 Tomas Babejtests: Skip filtering by string datetime test for TW...
2015-03-22 Tomas Babejtests: Compute 4 months shift in a more portable way...
2015-03-22 Tomas Babejtests: Add test for modifiying a large number of tasks...
2015-03-19 Tomas Babejtests: Add tests for using TW-formatted strings as...
2015-03-19 Tomas Babejtests: Remove trailing whitespace
2015-03-18 Tomas Babejtests: Use non-existent taskrc with tests
2015-02-20 Rob GoldingMerge branch 'release/0.9.0'
2015-02-20 Tomas Babejtests: Implement workaround around python2.6 missing...
2015-02-20 Tomas Babejtests: Skip invalid tests for older version of TaskWarrior
2015-02-20 Tomas Babejtests: Add tests for completing, deleting and starting...
2015-02-20 Tomas Babejtests: Add dummy tests for filtering
2015-02-20 Tomas Babejtests: Test task normalizers in more sensible way
2015-02-20 Tomas Babejtests: Amend hook tests to pass the taskwarrior instanc...
2015-02-20 Tomas Babejnormalizers: Handle None properly in all normalizers
2015-02-07 Tomas BabejReadOnlyDictView: Fix python3 issues, ditch the has_key...
2015-02-07 Tomas BabejTests: Add tests for ReadOnlyDictView
2015-02-07 Tomas BabejTests: Add test for filtering with empty UUID
2015-02-07 Tomas BabejTests: Test generation of recurrent tasks
2015-02-07 Tomas BabejTests: Add tests for timezone aware datetimes
2015-02-07 Tomas BabejTests: Update tests for localized timestamps
2015-01-21 Tomas BabejTaskResource: Do not serialize annotations as a list...
2015-01-20 Tomas BabejTests: Add tests for serializing annotations
2015-01-19 Rob GoldingMerge branch 'release/0.8.0'
2015-01-17 Tomas BabejMerge pull request #29 from tbabej/bugfix
2015-01-17 Tomas BabejTests: Add tests for ensuring serializer and desializer...
2015-01-17 Tomas BabejMerge pull request #24 from tbabej/hooks2
2015-01-16 Tomas BabejTests: Add tests for hook support
2015-01-15 Tomas BabejMerge pull request #25 from tbabej/deserialized-data...
2015-01-15 Tomas BabejTests: Add test for _modified_fields not affected by...
2015-01-15 Tomas BabejMerge pull request #19 from robgolding63/deserialized...
2015-01-15 Rob GoldingRestore _update_data and only_fields, and add a test...
2015-01-15 Rob GoldingMerge branch 'develop' into deserialized-data-dict
2015-01-11 Rob GoldingMerge branch 'develop' into deserialized-data-dict
2015-01-11 Rob GoldingMerge branch 'release/0.7.0'
2015-01-09 Rob GoldingAdd (failing) tests for appending/adding to empty lists...
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 branch 'release/0.6.0'
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
next