Skip to content

Commit

Permalink
Merge pull request #28 from GRIDAPPSD/releases/2021.02.0
Browse files Browse the repository at this point in the history
Release of version 2021.02.0
  • Loading branch information
tonya1 authored Mar 13, 2021
2 parents 77c351e + 4963185 commit e667024
Show file tree
Hide file tree
Showing 14 changed files with 87,584 additions and 18 deletions.
12 changes: 12 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ def gridappsd_client(docker_dependencies):

gappsd.disconnect()

@pytest.fixture(scope="module")
def gridappsd_client_module(docker_dependencies):
with run_gridappsd_container(True):
gappsd = GridAPPSD()
gappsd.connect()
assert gappsd.connected

yield gappsd

gappsd.disconnect()


# USED AS EXAMPLES COPIED FROM gridappsd-sensor-simulator
#
# @pytest.fixture(scope="module")
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pytest
docker
mock
pytest-html
dictdiffer
Loading

0 comments on commit e667024

Please sign in to comment.