• logging_strict
    link
    fedilink
    arrow-up
    1
    ·
    3 days ago

    Often using pytest to debug code. When using a tmp_path, would prefer not to delete the file tree in the end.

    When the test fails, can run the code against the folder tree

    • cd into the tmp folder
    • activate the venv
    • run the code