fix zstd handling and github wrapper
This commit is contained in:
parent
77d557e172
commit
3912ef2460
3 changed files with 15 additions and 14 deletions
8
tests/github.py
Normal file
8
tests/github.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
from my.coding.github import get_events
|
||||
|
||||
def test():
|
||||
events = get_events()
|
||||
assert len(events) > 100
|
||||
for e in events:
|
||||
print(e)
|
Loading…
Add table
Add a link
Reference in a new issue