added test description files for all tests currently present in functional_test_frame_work#1
added test description files for all tests currently present in functional_test_frame_work#1beauof wants to merge 1 commit intoOpenCMISS:developfrom
Conversation
…ional_test_frame_work/
|
When I used the functional test framework with the proposed database I had 21 tests fail out of 37. We only want to add tests that pass and to keep those tests passing when changes are introduced into the database. These tests failed: and shouldn't be added at this time. |
|
There are 2 tests that actually fail, because the FSI code is currently being merged in by @chrispbradley and should be available soon. For the rest of the failed tests that you are seeing, there are two answers:
|
|
I have modified the OpenCMISS-Examples/active_contraction codebase to accept arguments (in a PR at the time of writing). This change enables the example to successfully pass the functional test frameworks testing criteria. Enabling the examples that cannot accept arguments for input files is the first step in adapting the examples that fail due to input files not being accessible. |
|
The reason for the failing Python tests is a concern. I don't quite understand how the Python bindings for Iron are not created correctly. That seems like quite a serious problem if it is the case. |
functional_test_frame_work needs test description files
issue #2