github: start moving to a proper artbitrated module

This commit is contained in:
Dima Gerasimov 2020-06-01 22:10:29 +01:00
parent 67cf4d0c04
commit d7aff1be3f
5 changed files with 27 additions and 13 deletions

View file

@ -1,5 +1,12 @@
#!/usr/bin/env python3
from my.coding.github import get_events
from more_itertools import ilen
from my.coding.github import get_events, iter_gdpr_events
def test_gdpr():
assert ilen(iter_gdpr_events()) > 100
def test():
events = get_events()