~terceiro/lava-dispatcher/filter-ansi-color-codes-mwhudson-state-machine

« back to all changes in this revision

Viewing changes to lava_dispatcher/tests/__init__.py

  • Committer: Antonio Terceiro
  • Date: 2013-08-02 01:25:36 UTC
  • Revision ID: antonio.terceiro@linaro.org-20130802012536-mse3aqp96ow15vg3
Filter out ANSI color escape sequences when reading input from child processes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
def test_suite():
5
5
    module_names = [
 
6
        'lava_dispatcher.tests.test_utils',
6
7
        'lava_dispatcher.tests.test_config',
7
8
        'lava_dispatcher.tests.test_device_version',
8
9
    ]