Better headers

This commit is contained in:
Markus Unterwaditzer 2014-02-26 22:12:25 +01:00
parent 98e49de418
commit ce264e2455
3 changed files with 9 additions and 4 deletions

View file

@ -2,7 +2,12 @@
# -*- coding: utf-8 -*-
'''
vdirsyncer.tests.storage.test_caldav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Using an actual CalDAV server to test the CalDAV storage. Done by using
Werkzeug's test client for WSGI apps. While this is pretty fast, Radicale
has so much global state such that a clean separation of the unit tests is
not guaranteed.
:copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details.

View file

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
'''
vdirsyncer.tests.storage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vdirsyncer.tests.storage.filesystem
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details.

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
'''
vdirsyncer.tests.storage.test_memory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (c) 2014 Markus Unterwaditzer
:license: MIT, see LICENSE for more details.