Browse Source

Merge pull request #766 from MegaIng/patch-3

Adding missing Testcase to `__main__`
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.2
Erez Shinan 3 years ago
committed by GitHub
parent
commit
074a7c7e12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/__main__.py

+ 1
- 0
tests/__main__.py View File

@@ -9,6 +9,7 @@ from .test_tools import TestStandalone
from .test_cache import TestCache
from .test_grammar import TestGrammar
from .test_reconstructor import TestReconstructor
from .test_tree_forest_transformer import TestTreeForestTransformer

try:
from .test_nearley.test_nearley import TestNearley


Loading…
Cancel
Save