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

Support sequencial test and skip run #2

Open
llun opened this issue Jun 23, 2012 · 2 comments
Open

Support sequencial test and skip run #2

llun opened this issue Jun 23, 2012 · 2 comments

Comments

@llun
Copy link
Contributor

llun commented Jun 23, 2012

When write functional test, sometime it have to depend in sequencial run to make it add/delete easier in future but it make run test harder after add because it have to run prerequisite test before target. Embed prerequisite in Crosstest and add skip command or set may make it easier to run functional test and test target function easier.

@teerapap
Copy link

I'm not sure I understand your issue correctly but I've started re-implementing your suite runners to support flexible suite such as test sequences ,precondition and setting up/down required services. I plan to implement tag-based tests to handle the test inclusion/exclusion in the suite.

However, the efforts are suspended due to other important tasks.

@llun
Copy link
Contributor Author

llun commented Jun 23, 2012

@teerapap currently ct already have sequence (it's in util.) but it's can't skip to run specific test. I want to run specific test in sequence that's my need.

However, precondition and tag-base test is interesting. I want to see that code.

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

2 participants