Sfoglia il codice sorgente

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 anni fa
committed by GitHub
parent
commit
074a7c7e12
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      tests/__main__.py

+ 1
- 0
tests/__main__.py Vedi 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


Caricamento…
Annulla
Salva