HPI/tests/orgmode.py
2020-10-11 18:44:37 +02:00

7 lines
165 B
Python

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