add python test case for tag testing

This commit is contained in:
Michael Davis 2021-12-18 10:50:02 -06:00
parent dba7a13808
commit e7f0cc4e24
No known key found for this signature in database
GPG key ID: 25D3AFE4BA2A0C49
2 changed files with 67 additions and 0 deletions

View file

@ -7,4 +7,5 @@ mod pathological_test;
mod query_test;
mod tags_test;
mod test_highlight_test;
mod test_tags_test;
mod tree_test;