1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Initial commit of open source Workload Automation.

This commit is contained in:
Sergei Trofimov
2015-03-10 13:09:31 +00:00
commit a747ec7e4c
412 changed files with 41401 additions and 0 deletions

12
wlauto/tests/README Normal file
View File

@@ -0,0 +1,12 @@
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