Lunderberg commented on a change in pull request #9335:
URL: https://github.com/apache/tvm/pull/9335#discussion_r733764585



##########
File path: tests/python/unittest/test_micro_transport.py
##########
@@ -26,8 +26,7 @@
 import tvm.testing
 
 
[email protected]_micro
-class TransportLoggerTests(unittest.TestCase):
+def test_transport_class():

Review comment:
       Good point, I hadn't done so initially because this file was written 
with `unittest` instead of `pytest`.  I've refactored this entire file to use 
`pytest`, and to split out the different tests of functionality into different 
test cases, with the class definition now included in a fixture.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to