This commit is contained in:
Eugene Yurtsev
2023-05-17 14:39:56 -04:00
parent 2c37babfdb
commit 8fe8ee5f80
2 changed files with 1 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
from langchain.document_loaders.parsers import __all__
def test_parsers_public_api_correct() -> None:
"""Test public API of parsers for breaking changes."""
assert set(__all__) == {
"PyPDFParser",
"PDFMinerParser",
"PyMuPDFParser",
"PyPDFium2Parser",
"PDFPlumberParser",
}

View File

@@ -4,6 +4,7 @@ from langchain.document_loaders.parsers import __all__
def test_parsers_public_api_correct() -> None:
"""Test public API of parsers for breaking changes."""
assert set(__all__) == {
"BS4HTMLParser",
"PyPDFParser",
"PDFMinerParser",
"PyMuPDFParser",