You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like archive-pdf-tools currently does not have an automated test suite.
I know that not all developers like to work this way, but I think providing a test suite can be very advantageous for quality assurance, to make sure the library works equally well on different platforms. It may also be helpful to verify changes for correctness and avoid regressions. pytest is a popular choice as a test framework among open-source Python projects, for instance.
The text was updated successfully, but these errors were encountered:
It looks like
archive-pdf-tools
currently does not have an automated test suite.I know that not all developers like to work this way, but I think providing a test suite can be very advantageous for quality assurance, to make sure the library works equally well on different platforms. It may also be helpful to verify changes for correctness and avoid regressions.
pytest
is a popular choice as a test framework among open-source Python projects, for instance.The text was updated successfully, but these errors were encountered: