Op 16-9-2013 8:16, Scott Kostyshak schreef:
Hi Vincent,
Do you have any plans to merge the gtest code
http://git.lyx.org/?p=developers/vfr/lyx.git;a=shortlog;h=refs/heads/tests
into master after the 2.1 release? Does it still need a lot of work
before it should be merged?
Hashini has expressed interest in implementing unit tests, and a
couple of questions have popped up on the list over the months so I
just wanted to get an idea of how feasible it is to have in LyX's main
repo.
Scott
Hi Scott,
I was interested in getting some feedback on whether we want to proceed
with the google-test framework, or not ? Do we need a 3rd-party testing
framework at all ?
Lastly, there are huge problems in implementing unit tests for existing
pieces of code. This is because of the large number of dependencies
between classes, the fact that a lot of functionalities are packed
together in some large classe, etc.
But in general, I would like to introduce unit testing, yes.
Vincent
Vincent