mirror of
https://github.com/captn3m0/pystitcher.git
synced 2024-09-10 13:46:45 +00:00
11 lines
278 B
Python
11 lines
278 B
Python
|
"""
|
||
|
Dummy conftest.py for pystitcher.
|
||
|
|
||
|
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
|