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/README

13 lines
381 B
Plaintext
Raw Normal View History

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