1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/tests
Sergei Trofimov 8b606dd5f9 config: fixing an issue introduced by previous config fix...
When the merging logic was updated to preserve duplicates within the
same list, it inadvertently broke the logic that removed items marked
for removal with a '~'. This commit rectifies that.

Note to self: merging functions are doing *way* to much; they should be
refactored into several individual function and config should be
resolved in distinct stages.
2015-04-30 13:34:21 +01:00
..
data Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00: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 Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_config.py config: fixing an issue introduced by previous config fix... 2015-04-30 13:34:21 +01:00
test_device.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_diff.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_execution.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_extension_loader.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_extension.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_instrumentation.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_results_manager.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
test_utils.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00: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