qiBuild 2.1.0.18 documentation

Home | Search | Index | CMake index | Python index
« previous | up | next »

qitest.result – Storing the result of a test¶

TestResult¶

class qitest.result.TestResult(test)¶

Just a small class to store the results for a test

test¶

A dictionnary representing the test, as returned by qitest.conf.parse_tests()

time¶

The time in seconds that the test took to run

ok¶

A boolean indicating wether the test was sucessful

message¶

A list of arguments for a qisys.ui.info() call. Used by the TestLogger

« qitest.conf – Reading qitest config files | qitest modules | qitest.runner – Running the tests »

Quick search

Enter search terms or a module, class or function name.

Table Of Contents

  • Changelog
  • Welcome to qiBuild documentation !
  • Advanced qibuild usage
  • Hacking qiBuild
    • Contributing to qiBuild
    • Managing dependences with qiBuild: an overview
    • Search order
    • Managing shared libraries
    • qiBuild CMake framework design
    • qiBuild Python framework design
    • qiBuild design
    • qiBuild Python documentation
      • qiBuild Python packages documentation
        • qisys modules
        • qisrc modules
        • qibuild modules
        • qitest modules
          • qitest.conf – Reading qitest config files
          • qitest.result – Storing the result of a test
          • qitest.runner – Running the tests
          • qitest.test_queue – Coordinating test launchers
        • qitoolchain modules

On this page

  • qitest.result – Storing the result of a test
    • TestResult
« previous | up | next »