-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
2nd Follow-up of #2710.
As we discussed there, we use Unittest
framework and not pytest
though tests run via pytest
.
We have some places in files test_onnx.py
and test_ops.py (my bad tests as well).
Most were cleaned previously #1483
I guess I can clean then up, should I make a single PR or separate them one file at a time?
Also do let me know if there are additional places.
Also probably add this Uninttest framework tests a part of contributing.md
file #2651 #2663 . It would probably avoid this pytest
vs Unittest
confusion.