Skip to content

Commit

Permalink
test: add missing package checks
Browse files Browse the repository at this point in the history
  • Loading branch information
blepabyte committed Jun 23, 2024
1 parent 2e93ce4 commit 4925443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_external_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def check_cmp():
assert check_cmp() is True


@if_package("pandas")
def test_pandas_dataframe_ops():
import pandas as pd

Expand Down Expand Up @@ -116,6 +117,7 @@ def group_dataframes():
assert (xray(dbg)(group_dataframes)() == group_dataframes()).all().all()


@if_package("numpy")
def test_numpy_formats():
import numpy as np

Expand Down

0 comments on commit 4925443

Please sign in to comment.