sclorg / container-workflow-tool

MIT License
1 stars 9 forks source link

fix failure when config is not set #58

Closed pkubatrh closed 2 years ago

pkubatrh commented 2 years ago

move config splitting into a separate function and use it when setting up config early

phracek commented 2 years ago

As soon as test_utility.py is present and tests are passing we can merge. Thanks again.

/test

phracek commented 2 years ago

/test

pkubatrh commented 2 years ago

As soon as test_utility.py is present and tests are passing we can merge

If you can find some spare time for adding a test case I would be grateful. Im not sure when I will be able to get to it, considering I need to read up on pytest details after we moved to it from unittest first. :)

phracek commented 2 years ago

If you can find some spare time for adding a test case I would be grateful. Im not sure when I will be able to get to it, considering I need to read up on pytest details after we moved to it from unittest first. :)

Ok, then let's get merge it and I will add it as a separate PR.