mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 21:52:16 +00:00
14 lines
320 B
Python
14 lines
320 B
Python
"""
|
|
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"
|
|
] |