What did I do this week?
I completed writing my tests for ongoing "live Borg testing" task. I also completed the nox configuration file to test for all the Borg versions and their supported python versions.
What's coming up next?
I now need to configure the Github Action flow for Vorta repository to use these integration tests effectively. This includes setting up environment with all supported python versions active so nox can use them and also run both unit and integration tests.
Did I get stuck anywhere?
Yes, I found it somewhat tricky to understand the current Github Action file and how exactly it works. Testing each change also requires a new commit for which I am considering using Act to run them locally.