This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
split_pdf/tests/test_pdf.py

7 lines
104 B
Python

import pytest
import pdf
def test_pdf_init():
pdf_var = pdf.PDF('/tmp/split_pdf/')
return True