Added LaunchpadLister

Summary:
Related to T1734

From abandonned D2799

Reviewers: ardumont

Reviewed By: ardumont

Differential Revision: https://forge.softwareheritage.org/D2974
This commit is contained in:
Léni Gauffier 2020-04-12 00:22:20 +02:00
parent 29325c1d94
commit 58ef08b083
16 changed files with 528 additions and 6 deletions

View file

@ -47,7 +47,7 @@ def test_get_lister_override():
lst = get_lister(
lister_name,
db_url,
**{"url": url, "priority": "high", "policy": "oneshot",}
**{"url": url, "priority": "high", "policy": "oneshot",},
)
assert lst.url == url