Add orgmode test

This commit is contained in:
Dima Gerasimov 2020-03-14 18:15:52 +00:00
parent d795787ffd
commit d38c6f8b36
2 changed files with 21 additions and 10 deletions

7
tests/orgmode.py Normal file
View file

@ -0,0 +1,7 @@
import my.notes.orgmode as orgmode
def test():
# meh
results = orgmode.query().query_all(lambda x: x.with_tag('python'))
assert len(results) > 5