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

Add additional test cases for process management #88

Merged
merged 11 commits into from
Sep 13, 2024
Merged

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    e492359 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    79026d9 View commit details
    Browse the repository at this point in the history
  2. Ignore all sqlite DBs

    RealOrangeOne committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8682ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d1b5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    592392e View commit details
    Browse the repository at this point in the history
  5. Use subprocess for process tests

    This avoids platform-specific issues with `multiprocess`
    RealOrangeOne committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    100ad65 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    01ee4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80f789 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Skip certain tests on Windows

    Sending signals on Windows is surprisingly difficult. CTRL-C is handled by `SIGINT`, which is tested on other platforms and should behave the same. Improving test coverage for Windows will be a future task.
    RealOrangeOne committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fe25e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a457e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba38b84 View commit details
    Browse the repository at this point in the history