Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Nov 14, 2024
1 parent 2aa1dcf commit 3d27744
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,12 @@
import numpy as np
import pandas as pd
import pytest
from pandas._testing import assert_dict_equal
from pandas.testing import assert_frame_equal

from tfs import TfsDataFrame

INPUTS_DIR = pathlib.Path(__file__).parent / "inputs"


# ----- Helpers ----- #


def assert_tfs_frame_equal(df1, df2, **kwargs):
assert_frame_equal(df1, df2, **kwargs)
assert_dict_equal(df1.headers, df2.headers, compare_keys=True)


# ----- Fixtures ----- #


Expand Down

0 comments on commit 3d27744

Please sign in to comment.