summaryrefslogtreecommitdiff
path: root/tests/addressbook
Commit message (Collapse)AuthorAge
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
|
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
| | | | It was added to the stdlib in py3.3 and we already require 3.5.
* Rename test filesLucas Hoffmann2019-01-29
| | | | | | | | The two main reasons are - to run `python3 -m unittest discover` without specifying a custom `--pattern *_test.py` - to include the test files automatically when generating the MANIFEST file.
* Remove old __future__ importsLucas Hoffmann2018-06-19
| | | | They are not needed for python >= 3.0.
* tests/addressbook/abook_test: fix for py3kDylan Baker2018-03-01
|
* Allow regex special characters in tagstrings.Julian Mehne2017-12-02
| | | | | | | | | | | | | | | Fixes the following crashes: 1. tag completion with regex special chars :search tag:[<tab> 2. Changing tag representation of an (existing) tag with regex special chars: [tags] [[my**tag]] normal = '','', 'white','light red', 'white','#d66' 3. Contact completion with regex special chars and no external command: To:**foo<tab>
* Add another test for ExternalAddressbookLucas Hoffmann2017-07-17
|
* Add tests for addressbook.AddressBookLucas Hoffmann2017-06-23
|
* Clean up temp file after testLucas Hoffmann2017-06-08
|
* Correct membership testLucas Hoffmann2017-06-08
|
* Split up test case to see expected failureLucas Hoffmann2017-06-08
|
* Add tests for addressbook classesLucas Hoffmann2017-06-08