Metadata-Version: 2.1
Name: wield.epics.autocas
Version: 0.4.0
Summary: Epics tools to host variables and interface with equipment
Home-page: https://git.ligo.org/wieldphysics/wield-epics-autocas
Author: Lee McCuller
Author-email: mcculler@caltech.edu
License: Apache-2.0
Project-URL: Bug Tracker, https://git.ligo.org/wieldphysics/wield-epics-autocas/issues
Project-URL: Source Code, https://git.ligo.org/wieldphysics/wield-epics-autocas
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENSES/Apache-2.0.txt
License-File: LICENSES/CC0-1.0.txt
License-File: NOTICE
Requires-Dist: pytest
Requires-Dist: wield.bunch
Requires-Dist: wield.pytest
Requires-Dist: wield.declarative
Requires-Dist: pcaspy
Requires-Dist: pytoml
Requires-Dist: python-vxi11
Requires-Dist: gpstime
Provides-Extra: devel
Requires-Dist: pytest-watch ; extra == 'devel'

wield.pytest
------------------

A set of pytest fixtures and helpers used in the python wield packages and their test suites.

The main purpose of these fixtures is to enable tests to better store and side-effects such as plots and outputs. This helps the pytest test suite to be used and developed more like a Jupyter (or other) notebook.

