forked from open-ideas/IDEAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Running Unit tests
Filip edited this page Jan 8, 2015
·
13 revisions
This topic explains how to run the IDEAS unit tests. The instructions work on linux but should work on windows too.
First you need to download BuildingsPy from https://github.com/lbl-srg/BuildingsPy:
git clone [email protected]:lbl-srg/BuildingsPy.git
This package needs to be built and installed. Open terminal in the BuildingsPy directory and execute:
python setup.py build
sudo python setup.py install
this will install BuildingsPy.
The unit tests can be run by opening terminal in the IDEAS root directory and executing the following commands:
cd IDEAS
python RunUnitTests.py