1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/tests
2017-02-22 08:50:15 +00:00
..
data Unit tests 2016-09-27 11:20:11 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
README Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_agenda.py Unit tests 2016-09-27 11:20:11 +01:00
test_config.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_configuration.py Implemented Plugin Cache + its unit tests 2016-09-27 11:38:34 +01:00
test_device.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_diff.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_exec_control.py Decorators: Added initial version of decorators and execution control 2016-11-30 10:42:14 +00:00
test_execution.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_extension_loader.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_extension.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_instrumentation.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_parsers.py Fixing things up to a point where "list" and "show" commands work. 2017-02-22 08:50:15 +00:00
test_results_manager.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
test_utils.py Unit tests 2016-09-27 11:20:11 +01:00

To run these tests you need to have nose package installed. You can get it from PyPI by using pip:

        pip install nose

Or, if you're on Ubuntu, you can get it from distribution repositories:

        sudo apt-get install python-nose

Once you have it, you can the tests by executing the follwing the project's top-level directory (the
one with setup.py):

        nosetests