Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytest: Temporary Working Directory #181

Merged
merged 3 commits into from
Aug 30, 2023

Commits on Aug 28, 2023

  1. pytest: Temporary Working Directory

    Tests can generate temporary output and directories, which
    might clash and/or need cleaning between tests.
    
    This changes the current working directory to a unique
    directory per test.
    ax3l committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c53e29c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    b223a42 View commit details
    Browse the repository at this point in the history
  2. Set basepath for input files (later)

    Not yet used, can be used in test files as
    ```py
    from conftest import basepath
    ```
    ax3l committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2b63751 View commit details
    Browse the repository at this point in the history