libtmux
libtmux copied to clipboard
Create `libtmux.testing` module as a pytest plugin
trafficstars
Implement it like this:
pytest_plugins = ("libtmux.testing.fixtures",)
example from https://github.com/chrisjsewell/sphinx-pytest, via sphinx.tests