vdirsyncer/tests
Markus Unterwaditzer 29d80b7be0 Stop using multiprocessing.dummy.Pool
- Custom job queue with workers based on threads.
- Collection discovery is now done in a separate thread. Due to the
  gained flexibility, we could do the sync actions in separate threads
  too?
- The processes parameter has been removed, the related new option is
  only available on the CLI.
2014-10-16 21:40:49 +02:00
..
storage Properly deal with invalid filename characters 2014-09-03 20:35:31 +02:00
utils Renamed evalcmd -> command, use py.test's tmpdir, allow arguments in passwordeval option. 2014-09-11 23:33:44 +02:00
__init__.py Fix logging in test suite 2014-07-05 01:07:23 +02:00
conftest.py Fix logging in test suite 2014-07-05 01:07:23 +02:00
test_cli.py Stop using multiprocessing.dummy.Pool 2014-10-16 21:40:49 +02:00
test_doubleclick.py Fix dead doubleclick testcase 2014-08-30 17:06:01 +02:00
test_sync.py Fix all known URL-quoting problems 2014-08-06 16:43:23 +02:00