Expyriment test suite

The Expyriment test suite is a guided tool for testing your computer’s abilities and performance. This includes timing accuracy of visual stimulus presentation, audio playback functionality, mouse functionality and serial/parallel port functionality.

Eventually, all test results can be saved as a protocol, together with some information about the system.

_images/test_suite.png

Usage

Starting the test suite

The test suite can either be started from within an experiment, or from an interactive Python session (for instance with IPython). To start the test suite, just call:

import expyriment
expyriment.control.run_test_suite()

Alternatively, you can start the test suite from the command line using the command line interface:

$ python -m expyriment.cli -T

Please note that all changes to the Defaults_ prior to starting the test suite apply!