Skip to content

Commit

Permalink
remove unused fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Oct 26, 2023
1 parent b9bfb09 commit 4279574
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from dx.datatypes.main import random_dataframe
from dx.settings import get_settings
from dx.types.dex_metadata import DEXMetadata, DEXView
from dx.types.filters import DEXFilterSettings
from dx.utils.formatting import normalize_index_and_columns
from dx.utils.tracking import DXDataFrame
Expand Down Expand Up @@ -255,13 +254,3 @@ def sample_dxdataframe(
df=sample_random_dataframe,
ipython_shell=get_ipython,
)


@pytest.fixture
def sample_dex_view_metadata():
return DEXView(decoration={"title": "test 123"})


@pytest.fixture
def sample_dex_metadata(sample_dex_view_metadata: DEXView):
return DEXMetadata(views=[sample_dex_view_metadata])

0 comments on commit 4279574

Please sign in to comment.