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
Raw Permalink Normal View History

2021-05-17 10:26:27 +02:00
import pytest
import pdf
def test_pdf_init():
pdf_var = pdf.PDF('/tmp/split_pdf/')
return True