Infrastructure updates for dependent changes.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 29 Mar 2019 12:23:39 +0000 (15:23 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 2 May 2019 17:22:34 +0000 (19:22 +0200)
commit8ef8d2bc44911a598e41d9f5f05cf5c409fd0e94
tree8a6e49a51112d52614ee24825fbf93c7f7d5e32d
parente6cef048d3260929353ad390d4fcdda3665d2efc
Infrastructure updates for dependent changes.

* Introduce gmxapi.exceptions.ProtocolError.
* Add some pytest configuration and helpers.
* Update some comments.

Refs: #2893

Change-Id: I71030c3b552d568df7263115430631208812b9dc
python_packaging/src/gmxapi/__init__.py
python_packaging/src/gmxapi/exceptions.py
python_packaging/src/gmxapi/version.py
python_packaging/src/setup.py
python_packaging/src/test/conftest.py [new file with mode: 0644]
python_packaging/src/test/pytest.ini [new file with mode: 0644]
python_packaging/src/test/pytesthelpers.py [new file with mode: 0644]
python_packaging/test/pytesthelpers.py