mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
7ad8b8522b
Previously if parameters with the same names and override set to True were added to an extension at the same level one would silently override the other. This is no longer the case and an error will be show instead. Also added tests to check that this is handeled correctly
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