566696b Add tmp_path_cwd fixture and use it

Authored and Committed by nphilipp 2 years ago
    Add tmp_path_cwd fixture and use it
    
    This wraps the tmp_path fixture of pytest, and changes into the
    temporary directory before each test and out of it afterwards.
    
    Additionally, it removes a superfluous print.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>
    
        
file modified
+21 -9