mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Tests for filtering
This commit is contained in:
parent
978d9db072
commit
3ef6095b41
4 changed files with 79 additions and 3 deletions
|
@ -10,3 +10,13 @@ Feature: Tagging
|
|||
@journal : 1
|
||||
@dan : 1
|
||||
"""
|
||||
|
||||
Scenario: Filtering journals should also filter tags
|
||||
Given we use the config "tags.json"
|
||||
When we run "jrnl -from 'may 2013' --tags"
|
||||
Then we should get no error
|
||||
and the output should be
|
||||
"""
|
||||
@idea : 1
|
||||
@dan : 1
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue