diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-04 15:11:39 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-04 15:11:39 +0100 |
| commit | 5904b3f2ac3dbdb01de2f4028ad70ac6999ba347 (patch) | |
| tree | 33cfd43b30f9cacf047886b87396c89d63ed7d82 /tests | |
| parent | Merge branch 'ClaytonJY-upgrade-cairo' (diff) | |
| parent | Merge branch 'qpdfSwitch' of https://github.com/delaere/paper2remarkable into... (diff) | |
| download | paper2remarkable-5904b3f2ac3dbdb01de2f4028ad70ac6999ba347.tar.gz paper2remarkable-5904b3f2ac3dbdb01de2f4028ad70ac6999ba347.zip | |
Merge branch 'delaere-qpdfSwitch'
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_providers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_providers.py b/tests/test_providers.py index 2bf7507..e539949 100644 --- a/tests/test_providers.py +++ b/tests/test_providers.py @@ -69,7 +69,8 @@ class TestProviders(unittest.TestCase): shutil.rmtree(self.test_dir) def test_arxiv_1(self): - prov = Arxiv(upload=False, verbose=VERBOSE) + # check with qpdf + prov = Arxiv(upload=False, verbose=VERBOSE, pdftk_path=None) url = "https://arxiv.org/abs/1811.11242v1" exp_filename = "Burg_Nazabal_Sutton_-_Wrangling_Messy_CSV_Files_by_Detecting_Row_and_Type_Patterns_2018.pdf" filename = prov.run(url) |
