hiker / fab

Flexible build system for scientific software
https://metomi.github.io/fab/
Other
1 stars 0 forks source link

Create artefact store #16

Closed hiker closed 5 months ago

hiker commented 5 months ago

Oops, I discovered a few lines I forgot to change :( So, another PR for the same thing, this just fixes a few tests. While technically not wrong, I think using the getter for the artefact_store is the right way. There are a few assignments to the artefact_store in the tests left over, I think that's ok (since they are tests), in general we would not want a user to be able to re-assign the artefact store of a config, so I did not implement a setter for that reason.