Skip to content

GRIDAPPSD/gridappsd-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python script to start the gridappsd platform for automated testing

*** This will stop all your running containers ***

*** Requires python 3.6 ***

# setup python environment
sudo apt install python3.6 python3.6-venv
python3.6 -m venv env
source env/bin/activate
pip3 install -r requirements.txt 

# run pytest
pytest -s

About

Full simulation integration test suite

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7