Source code for exopy.testing.measurement.monitors.text_monitor.fixtures

# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Copyright 2015-2018 by Exopy Authors, see AUTHORS for more details.
#
# Distributed under the terms of the BSD license.
#
# The full license is in the file LICENCE, distributed with this software.
# -----------------------------------------------------------------------------
"""Fixtures used to test text monitor related systems.

"""
from __future__ import (division, unicode_literals, print_function,
                        absolute_import)

import pytest


pytest_plugins = str('exopy.testing.measurement.fixtures'),


[docs]@pytest.fixture def text_monitor_workbench(windows, measurement_workbench): """Register the text monitor manifest. """ return measurement_workbench