Skip to content

Commit

Permalink
Add brief test-case for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Mar 1, 2024
1 parent 65ca216 commit b8ca646
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_rename.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


def test_imports():

from camelot.backends.poppler_backend import PopplerBackend # noqa: F401
from pypdf_table_extraction.backends.poppler_backend import PopplerBackend # noqa: F401

from camelot.handlers import Lattice,Stream # noqa: F401
from pypdf_table_extraction.parsers import Lattice,Stream # noqa: F401

0 comments on commit b8ca646

Please sign in to comment.