• Jérome Perrin's avatar
    slapos/testing: introduce managed resources · 167404e8
    Jérome Perrin authored
    In SlapOS software release tests we often have to start a process or store
    temporary files in a directory for the lifetime of the test. Cleaning up the
    resources is a bit error prone and source of code duplication.
    
    This introduce a registry of resources that are automatically created and freed
    by the test framework, to simplify tests.
    167404e8
utils.py 7.17 KB