mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add example from failing CI run on OS X
This commit is contained in:
parent
0c2157b56b
commit
c87848fd03
1 changed files with 2 additions and 1 deletions
|
|
@ -286,7 +286,8 @@ def test_multiple_pairs(tmpdir, runner):
|
||||||
min_size=1
|
min_size=1
|
||||||
))
|
))
|
||||||
@example(collections=[u'persönlich'])
|
@example(collections=[u'persönlich'])
|
||||||
@example(collections=set('aA'))
|
@example(collections={'a', 'A'})
|
||||||
|
@example(collections={'\ufffe'})
|
||||||
def test_create_collections(subtest, collections):
|
def test_create_collections(subtest, collections):
|
||||||
|
|
||||||
@subtest
|
@subtest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue