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

Run test dir as folder type in ablunit.json config #199

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

kenherring
Copy link
Owner

@kenherring kenherring commented Sep 21, 2024

Currently when running tests for a directory the test config json contains something like this with an entry for each file.

  "tests": [
    {
      "test": "src/dir/file1.p"
    },
    {
      "test": "src/dir/file2.p"
    },
    //... and so on
    {
      "test": "src/dir/file99.p"
    }
  ]

This PR aims to use the folder key instead, like this.

  "tests": [
    {
      "folder": "src/dir"
    }
  ]

@kenherring kenherring changed the title Run test dir as folder type Run test dir as folder type in ablunit.json config Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant