Closed stefan6419846 closed 1 year 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
lpod-convert.py
Due to not using any CI (like GitHub Actions), it seems like this has not been obvious yet.
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.
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/scriptsDue to not using any CI (like GitHub Actions), it seems like this has not been obvious yet.