peerdavid / remapy

An open source explorer for your remarkable tablet to show, upload or delete files via the remarkable cloud.
Apache License 2.0
174 stars 19 forks source link

fix tests #53

Closed luerhard closed 2 years ago

luerhard commented 2 years ago

Hi, first of all, thank you very much for this project ! I have been looking forward to a working sync client for linux for a long time now :) I have some problems with annotations on the right hand side of pdf (which are sometimes cut off) that I would like to fix. To do that, I first fixed the annotation_test.

commit message:

this should make the tests work again. Due to previous changes, the parameters pages and path_highlighter were added to the pdf() function, but not to the tests.

additionally black was applied as a formatter and pathlib was used to combine the paths.

peerdavid commented 2 years ago

Great thanks a lot!