Home
last modified time | relevance | path

Searched refs:mystrategy (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/tests/unit/cli/
H A Dtest_fetchparams.py14 def mystrategy(monkeypatch): function
52 def test_key_conflict(monkeypatch, mystrategy): argument
68 def test_invalid_fetch_value(mystrategy, value): argument
84 def test_caching(monkeypatch, mystrategy, value_cache): argument
89 assert mystrategy == ["asdf"]
94 assert mystrategy == ["asdf"]
100 assert mystrategy == ["asdf"] * 2
123 def test_empty_value(monkeypatch, mystrategy): argument