12 lines
310 B
Python
12 lines
310 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Dummy conftest.py for fuel_price_tracker.
|
|
|
|
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
|