Unit Test GUI: A graphical interface for testing in python

The unittestgui is a graphical interface for code written using the unittest class that is a part of the standard python library. The code has been written in python and makes use of the wtl_package; the python interface to the DigitalFMux boards. To make use of the test suite, the following will be needed:

Requirements

Information you need

Before getting started, information about the testing environment needs to be given to the code. The information needed is as follows:

All this information should be fed to the wtl_tests.ini file contained in the testsuite folder. Also mention which mezzanines are connected to the board, or in other words which mezzanines do you want to test.

Running the Tests

While keeping the test suite folder as your current directory, type in python unittestgui.py . This should open up the unittestgui.

A brief introduction of the tests

The following is a brief overview of the test files located in the test suite folder.