Skip to content

Commit

Permalink
Make sure tests are ran with pytest (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
drisspg authored Jan 13, 2025
1 parent 12396c6 commit de5c6e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
TestCase,
instantiate_parametrized_tests,
parametrize,
run_tests,
)
from torch.testing._internal.optests import opcheck

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


if __name__ == "__main__":
run_tests()
pytest.main([__file__])

0 comments on commit de5c6e1

Please sign in to comment.