7 lines
114 B
Python
7 lines
114 B
Python
|
import pytest
|
||
|
|
||
|
|
||
|
@pytest.mark.xfail(reason='Just needs to do the test')
|
||
|
def test_price_no_data_storage():
|
||
|
pass
|