Add orgmode test
This commit is contained in:
parent
d795787ffd
commit
d38c6f8b36
2 changed files with 21 additions and 10 deletions
7
tests/orgmode.py
Normal file
7
tests/orgmode.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue