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

Add ability to run only one TestFixture? #6

Open
flodnv opened this issue Nov 10, 2015 · 2 comments
Open

Add ability to run only one TestFixture? #6

flodnv opened this issue Nov 10, 2015 · 2 comments

Comments

@flodnv
Copy link

flodnv commented Nov 10, 2015

Hi @tpounds,

As our usage of your mini-library grows, our list of unit tests is getting longer and longer to run. I was wondering and wanted to ask you: have you thought about adding a way to run only one specific TestFixture (like by its struct name) ?

Thanks for your time

@tpounds
Copy link
Owner

tpounds commented Nov 11, 2015

@flodnv: I definitely think this would be a useful addition to the library. I was thinking the best way to support this would be to add some filter options that could be passed in to the generated binary.

./a.out --include=FooFixture --include=BarFixture
./a.out --exclude=BazFixture

Let me know if this sounds reasonable to you.

Out of curiosity how many tests are you running with tpunit?

@flodnv
Copy link
Author

flodnv commented Nov 11, 2015

I was thinking the best way to support this would be to add some filter options that could be passed in to the generated binary.

Yep, sounds great.

As of now we have 130 test methods, and the list is growing every week/month :)

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