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 validation by specifying a single suite name #16

Open
jennet opened this issue Oct 17, 2018 · 0 comments
Open

Run validation by specifying a single suite name #16

jennet opened this issue Oct 17, 2018 · 0 comments

Comments

@jennet
Copy link

jennet commented Oct 17, 2018

At the moment the implementation of suite files / suites / imports is a bit confusing.

The import key has potential, but we need to be able to specify a single test suite from a file, so that it runs just that test suite and any suites it imports.

e.g.

{
  :suite1 ["test1.sparql"
           "test2.sparql"]
  :suite2 ["test3.sparql"]
  :suite3 ["test4.sparql"]
  :suite4 {:import [:suite1 :suite2]
           :exclude [:suite1/test1]
           :tests [{:source "test5.txt"
                    :type :sparql}]}
  :suite5 {:import [:suite2 :suite3]
           :tests [{:source "test6.txt"
                    :type :sparql}]}
}

I want to be able to run just suite4 or just suite5, not every suite in the EDN file

lkitching added a commit that referenced this issue Oct 19, 2018
Issue #16 - Allow the test suites to run to be provided as command line
arguments. Any number of suites can be provided, any unknown test
suite names are ignored.
@lkitching lkitching mentioned this issue Oct 22, 2018
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

No branches or pull requests

1 participant