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

Implement planemo test --number 2 #262

Open
frederikcoppens opened this issue Jul 6, 2015 · 7 comments
Open

Implement planemo test --number 2 #262

frederikcoppens opened this issue Jul 6, 2015 · 7 comments

Comments

@frederikcoppens
Copy link
Member

If you change one specific test, you want to only run that one specific tests, not all of them

@martenson
Copy link
Member

this might be the same feature as @jmchilton meant with #257
We need more description from @jmchilton before we can decide though.

@peterjc
Copy link
Contributor

peterjc commented Jul 6, 2015

This (#262) is picking tests by their index, e.g. the third test.

But #257 was just testing tests added since the last time any tests were run.

@jmchilton
Copy link
Member

Yeah - I think this is actually even better than --new - given that any implementation of --new would be a little hacky.

@mblue9
Copy link
Contributor

mblue9 commented Aug 14, 2018

Choosing to run tests by number would be great! At the moment I work around it by copy/pasting out all the tests, adding in the new test (or tests I want to run), then once I've got the test(s) of interest working, copy/pasting back in the other tests.

@mvdbeek
Copy link
Member

mvdbeek commented Aug 14, 2018

For this particular pattern you could also use --failed, but I agree that would be good.

@mvdbeek
Copy link
Member

mvdbeek commented Jul 9, 2021

This would help with galaxyproject/galaxy-language-server#159. Some of the other testing scripts (galaxy-tool-tests from galaxy-tool-util) and planemo itself (via the failed tests option) support this, this would probably not be a large change.

@bernt-matthias
Copy link
Contributor

bernt-matthias commented Jul 14, 2021

Might this also be useful for balancing CI chunking even more: galaxyproject/tools-iuc#2959?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants