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

Ignore this PR #1

Closed
wants to merge 5 commits into from
Closed

Commits on Nov 6, 2024

  1. further cleanup

    ndavies-om1 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1b5c0c7 View commit details
    Browse the repository at this point in the history
  2. fixing tap tests

    ndavies-om1 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d5df1ff View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. FIX tap documentation

    pgrange committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    617252a View commit details
    Browse the repository at this point in the history
  2. FIX tap plan should include skipped and pending tests

    According to this example extracted from tap documentation, the
    skipped and pending tests should be included in the plan:
    ```
    TAP version 14
    1..2
    
    ok 1 - do it later # Skipped
    
    ok 2 - works on windows # Skipped: only run on windows
    ```
    pgrange committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    aa69431 View commit details
    Browse the repository at this point in the history
  3. Refactor test count file

    Give the variable an explicit name.
    Use mktemp for better portability.
    Use trap to ensure we remove this file at the end, whatever happens.
    pgrange committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    42dca87 View commit details
    Browse the repository at this point in the history