Test suite: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Created page with '{{missing}} Document here: * CUnit-based test suite * test.py Python-based test suite * bits of C++-based test code eg testconopt, testslvreq * old test code no longer integrate…'
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* old test code no longer integrated
* old test code no longer integrated
* [[Model self-testing]].
* [[Model self-testing]].
* coverage testing
* memory leak testing (valgrind)
* how to go about debugging


[[Category:Development]]
[[Category:Development]]

Latest revision as of 02:12, 19 May 2010

The content from this page was lost in a recent server failure. We will be working to restore this content as soon as possible.

Document here:

  • CUnit-based test suite
  • test.py Python-based test suite
  • bits of C++-based test code eg testconopt, testslvreq
  • old test code no longer integrated
  • Model self-testing.
  • coverage testing
  • memory leak testing (valgrind)
  • how to go about debugging