Source code for prereise.cli.data_sources.tests.test_demand_data
import pytest
from prereise.cli.data_sources.demand_data import DemandData
from prereise.cli.data_sources.exceptions import CommandNotSupportedError
[docs]def test_demand_data_happy_path():
with pytest.raises(CommandNotSupportedError):
DemandData().extract()