jdum / odfdo

python library for OpenDocument format (ODF)
Apache License 2.0
48 stars 11 forks source link

Referenced scripts from `test_scripts.sh` missing? #31

Closed stefan6419846 closed 8 months ago

stefan6419846 commented 8 months ago

I just had a look at https://github.com/jdum/odfdo/blob/master/test/test_scripts.sh, which references some scripts which are missing in the repository, like lpod-convert.py: https://github.com/jdum/odfdo/tree/master/scripts They apparently only exist on the "original" repository: https://github.com/lpod/lpod-python/tree/master/scripts

Due to not using any CI (like GitHub Actions), it seems like this has not been obvious yet.

jdum commented 8 months ago

Hi, Thanks, this test_scripts.sh is deprecated. And GH actions could not see that. Just run test.sh or pytest from the test folder.