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

tester invoke all possible tests #231

Open
pdeligia opened this issue Oct 15, 2021 · 2 comments
Open

tester invoke all possible tests #231

pdeligia opened this issue Oct 15, 2021 · 2 comments
Labels
area-cli Issues related to the command line tool

Comments

@pdeligia
Copy link
Member

That are marked with [Test] unless -m TEST_NAME is used. This is helpful when testing projects consisting of multiple Coyote tests via the command line tool.

@pdeligia pdeligia added the area-cli Issues related to the command line tool label Oct 15, 2021
@delixfe
Copy link

delixfe commented Jan 31, 2023

Another variant would be, to add a list command.

coyote list <path> would write all test names to Console.Out. This would enable us to write scripts iterating over these test names.

@pdeligia
Copy link
Member Author

pdeligia commented Feb 6, 2023

Great suggestion @delixfe, I agree a command like this would be really useful, adding it to our TODO list. Instead of a top level command (like test and rewrite which we use for the most core coyote tool capabilities), I would probably make it a sub-command for test, for example coyote test ... /list-tests.

By the way, we welcome (and love to get) contributions, in case you (or anyone else) is interested in tackling this, please just let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-cli Issues related to the command line tool
Projects
None yet
Development

No branches or pull requests

2 participants