FaithLife-Community / LogosLinuxInstaller

A Python application that helps install and maintain FaithLife's Logos Bible (Verbum) Software on Linux through Wine.
MIT License
18 stars 5 forks source link

Incorporate unit testing #87

Open n8marti opened 3 months ago

n8marti commented 3 months ago

Ideally this would help verify a significant portion of functionality without having to run full installs for every possible case. However, because LLI makes a lot of filesystem changes and does a lot of interacting with the internet, coverage might end up being kind of low.

thw26 commented 3 months ago

cf. #2. This issue should help us cover more of our testing.