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

Possible to add support for test classes? #6

Open
bcrandell opened this issue Jul 13, 2016 · 4 comments
Open

Possible to add support for test classes? #6

bcrandell opened this issue Jul 13, 2016 · 4 comments
Assignees

Comments

@bcrandell
Copy link

Hi Cristian. Would it be possible to add support for running a single test class instead of running all tests? I have tests I want to run on every build and others I don't want to run on every build, and they're separated into different test classes. It would be nice if there was a textbox on the setup screen where I could add the test class(es) to be run and then EXEC [tSQLt].[Run] 'testclass' would be run instead of EXEC [tSQLt].[RunAll].

Thanks,
Brad

@cprieto
Copy link
Owner

cprieto commented Jul 13, 2016

Yes, that is a nice feature to have. I will add support for it this weekend. It will be a little tricky because you can specify not only the name of the test class but as well a schema to run all the test inside it.

Thanks for suggesting it.

@cprieto cprieto self-assigned this Jul 13, 2016
@faddison
Copy link

Hi, was this every implemented?

@cprieto
Copy link
Owner

cprieto commented Jan 14, 2019

Actually yes, but in the last 8 months I changed jobs and move overseas so it is safe to say it is WIP, it is nearly done together with a massive refactor to make it easy to add things. I already got some time from work to finish and submit this and I have to test it in old and recent TC installations but I hope this will happen before January finishes.

@faddison
Copy link

Hi, did you manage to make any progress on this?

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

3 participants