Hugo Osvaldo Barrera
1a1f6f0788
Initial async support
...
Add asyncio to the storage backends and most of the codebase. A lot of
it merely uses asyncio APIs, but still doesn't actually run several
things concurrently internally. Further improvements will be added on
top of these changes
Thanks to Thomas Grainger (@graingert) for a few useful pointers
related to asyncio.
2021-06-26 13:40:35 +02:00
Hugo Osvaldo Barrera
623c0537e1
Update test
2021-06-26 13:02:41 +02:00
Hugo Osvaldo Barrera
4930b5f389
Drop multithreading support
...
This is mainly in preparation to moving to an async architecture.
2021-06-26 13:02:41 +02:00
Hugo Osvaldo Barrera
1f6cc6f8be
Fix SSL tests failing due to old weak MDs
...
Had to drop pytest-localserver, since it's broken and upstream is gone.
2021-06-20 18:49:02 +02:00
Hugo Osvaldo Barrera
29528123a3
Add a command to print the current config
...
This is intended to be used by external tools and integrations (such as
daemons which trigger `vdirsyncer` when there's a change in a
collection).
2021-06-16 19:03:50 +02:00
Hugo Osvaldo Barrera
5e36ca1334
Optimize another very slow test
2021-06-12 23:49:23 +02:00
Hugo Osvaldo Barrera
d2d41e5df1
Use black to auto-format the codebase
2021-05-06 19:28:54 +02:00
Hugo Osvaldo Barrera
fdc12d561c
Update tests to work with hypothesis 6
2021-04-07 21:45:41 +02:00
Hugo Osvaldo Barrera
5ed9c821b8
This should work, right?
...
It's embarrassing that I didn't come up with something so simple before.
2021-04-05 23:28:39 +02:00
Hugo Osvaldo Barrera
53878f001a
Horrible, nasty hack
2021-04-05 23:28:39 +02:00
Hugo Osvaldo Barrera
3eb9ce5ae4
Add compatibility with latest click
2020-06-09 14:45:02 +02:00
Hugo Osvaldo Barrera
b1b4dd92fe
Sort imports
...
I don't want to ever have to sort imports again. It's a poor use of
developer time. Automate this with a pre-commit hook, and check this on
CI.
Developers: I suggest you configure your editor to use
`reorder_python_imports`. It uses the standard sorting, and detects
first/third party libs well.
2020-06-09 14:34:45 +02:00
Hugo Osvaldo Barrera
9cb1f8d704
Drop support for Python 3.5 and 3.6
2020-06-09 14:33:14 +02:00
Hugo Osvaldo Barrera
308289febf
Remove python2 leftover code
2020-06-08 18:40:33 +02:00
Markus Unterwaditzer
80a42e4c6c
Fixes for open_graphical_browser, fixes #754
2018-07-19 21:14:30 +02:00
Markus Unterwaditzer
cf8e89b5b4
Split up fetchparams tests
2017-10-01 21:44:14 +02:00
Markus Unterwaditzer
547b327557
Attempt to fix requests tests
2017-08-02 19:55:56 +02:00
Markus Unterwaditzer
3dd132e1b6
Fix import
2017-04-13 16:51:24 +02:00
Markus Unterwaditzer
45d275f71d
Disable OS X in Travis ( #618 )
...
See #617
2017-04-13 16:26:37 +02:00
Markus Unterwaditzer
76f794eef3
Module restructuring
2017-02-27 21:19:27 +01:00
Markus Unterwaditzer
9744a3a682
Stylefix
2017-02-12 00:34:42 +01:00
Markus Unterwaditzer
c4dda80e52
Fix tests on mac
2017-02-12 00:28:37 +01:00
Markus Unterwaditzer
ff5732f5ff
Restructure tests
2017-02-11 22:53:12 +01:00
Markus Unterwaditzer
c87848fd03
Add example from failing CI run on OS X
2017-02-11 20:25:07 +01:00
Markus Unterwaditzer
11694f2766
repair: More tests, slight refactor
2017-02-11 20:24:55 +01:00
Markus Unterwaditzer
d454093365
Larger refactor of CLI discovery
...
Also fix #543
2017-01-29 11:47:47 +01:00
Markus Unterwaditzer
91a284d60b
Remove old logic for config values
2017-01-20 23:05:00 +01:00
Markus Unterwaditzer
b2422dbea6
Reorganize testsuite
...
The end goal here is to independently measure coverage of each of those
testsuites.
2017-01-18 22:42:42 +01:00