Skip to content

Commit de5c6e1

Browse files
authored
Make sure tests are ran with pytest (#1538)
1 parent 12396c6 commit de5c6e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_ops.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
TestCase,
77
instantiate_parametrized_tests,
88
parametrize,
9-
run_tests,
109
)
1110
from torch.testing._internal.optests import opcheck
1211

@@ -615,4 +614,4 @@ def test_marlin_qqq(batch_size, k_chunk, n_chunk, num_bits, group_size, mnk_fact
615614

616615

617616
if __name__ == "__main__":
618-
run_tests()
617+
pytest.main([__file__])

0 commit comments

Comments
 (0)