Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] help needed: CDT refactoring test suite results

Hi Richard,

> I created a test suite for C++ refactoring tools.  You can find it on
> github here: <https://github.com/LegalizeAdulthood/refactor-test-suite>

I've come across this before. Really neat stuff, thanks for doing this!

> I would love to report results for CDT.  Is there someone out there
> who would be willing to test CDT against the test suite and submit a
> pull request to incorporate the results?
> 
> Having manually executed the tests myself, I'm able to say that this
> is probably 4-8 hours worth of someone's time to execute the test
> cases and record the results.

To clarify, you're suggesting to run the test cases manually?

I wonder if it would make more sense to add a new test suite
to CDT's automated tests which runs your test cases. That way,
we can get an up-to-date set of results at any time by running
the new test suite.

Regards,
Nate

Back to the top