CS-test: A test frameworkΒΆ

Warning! This documentation is hardly begun. The words below are not (yet) true or complete. The API documentation is mostlycorrect, but the API should be considered very unstable. In particular, the published API is not selective so large parts shold probably be considered private.

Yes! Yet another test framework. So what is different?

  • It aims to better support system level testing in general.
  • But it can still be used to unit test (Python) code.
  • It comes supplied with a toolkit for:
    • Clean generation of (text) data and files.
    • Tracking log files produced by processes under test (not yet available).
    • Faking relatively complex parts of a system in order to support the system under test.