Files

14 lines
320 B
Python
Raw Permalink Normal View History

"""
Dummy conftest.py for meshctrl.
If you don't know what this is for, just leave it empty.
Read more about conftest.py under:
- https://docs.pytest.org/en/stable/fixture.html
- https://docs.pytest.org/en/stable/writing_plugins.html
"""
# import pytest
pytest_plugins = [
"tests.environment"
]