• C
    Selftests: temporary file management improvements · 234da7fd
    Cleber Rosa 提交于
    Rules such as "check" on our Makefile make sure that no temporary
    directory created by Avocado is left behind, but, it's very hard to
    tell who created a rogue directory.
    
    This brings improvements to the naming of the temporary directory, so
    that it's trivial to tell which test created in the first place.
    
    Additionally, it improves the temporary directory creation, usually by
    making use of a tearDown() test phase, instead of other more fragile
    methods.
    Signed-off-by: NCleber Rosa <crosa@redhat.com>
    234da7fd
test_basic.py 64.8 KB