Skip to content

Commit 60c8131

Browse files
committed
fix(test): import pytest at module level for skip() in CLI smoke test
1 parent f475d5e commit 60c8131

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_fusion_ablation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import sys
1111

1212
import numpy as np
13+
import pytest
1314

1415
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", ".."))
1516

0 commit comments

Comments
 (0)