tkonolige commented on issue #6398:
URL: https://github.com/apache/incubator-tvm/issues/6398#issuecomment-687243358


   Good catch.
   
   When I was adding the pytest-related functions, I originally put them in 
`tests/python/__init__.py` so they would be local to the tests. Unfortunately, 
doing this meant that you could no longer run files directly. Instead you'd 
have to specify the module path. For example, `python 
tests/python/unittest/test_ir_type.py` would become `python -m 
tests.python.unittest.test_ir_type`.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to