]> git.llucax.com Git - software/mutest.git/commit
Factor out get_fun() and get_val()
authorLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 9 Dec 2008 19:16:32 +0000 (17:16 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 12 Dec 2008 12:55:43 +0000 (10:55 -0200)
commit7523c2b685ca72ee3244eb24e320bf98e46db2a3
tree1570ff7a83c2ed074905e5ef99c4f14b0aa729db
parent5ce20f06cfd85f7498652f86a4111ed6c456b9f9
Factor out get_fun() and get_val()

Those are useful functions that can be used in other places outside
TestCase class. Now TestSuite class use them too.
py/mutest