HPI/tests/orgmode.py
2020-03-14 18:15:52 +00:00

7 lines
159 B
Python

import my.notes.orgmode as orgmode
def test():
# meh
results = orgmode.query().query_all(lambda x: x.with_tag('python'))
assert len(results) > 5