Fixed recipe to test all modules
This package is not been tested properly.
For instance, when you do nosetests -sv bob.rppg.base
only the tests under bob.rppg.base
are tested.
However, this package has more submodules (chrom
, cvpr14
, ssr
).
Hence, in order to run all test we need to do nosetests -sv bob.rppg
.
By doing that you will see that some tests are failing.
This MR allows us to run all the test, but doesn't fix them :-)
Can someone please look at it?
ping @andre.anjos @heusch
thanks
Merge request reports
Activity
assigned to @heusch
added 1 commit
- f53c69f8 - [tests] fixed image loading and eignenvalues test in SSR, added *.jpg and *.face in MANIFEST
added 1 commit
- a7664ab1 - [test] it is indeed better to add the updated test script
Ok, I fixed the tests - there were indeed some problems. NOw that it's green, I think I can merge, ok with you @tiago.pereira ?
mentioned in commit 23457d9c
Thanks @tiago.pereira
Please register or sign in to reply