Skip to content

Commit 4925443

Browse files
committed
test: add missing package checks
1 parent 2e93ce4 commit 4925443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_external_packages.py

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def check_cmp():
7171
assert check_cmp() is True
7272

7373

74+
@if_package("pandas")
7475
def test_pandas_dataframe_ops():
7576
import pandas as pd
7677

@@ -116,6 +117,7 @@ def group_dataframes():
116117
assert (xray(dbg)(group_dataframes)() == group_dataframes()).all().all()
117118

118119

120+
@if_package("numpy")
119121
def test_numpy_formats():
120122
import numpy as np
121123

0 commit comments

Comments
 (0)