areusch commented on a change in pull request #9147:
URL: https://github.com/apache/tvm/pull/9147#discussion_r721765377
##########
File path: tests/python/contrib/test_ethosu/test_tir_to_cs_translator.py
##########
@@ -764,7 +764,4 @@ def check_buffer(address, region, length, buffer_var):
if __name__ == "__main__":
- test_buffer_info_extraction()
- test_translate_ethosu_conv2d()
- test_translate_ethosu_copy()
- test_assign_addresses()
+ pytest.main([__file__])
Review comment:
cc @denise-k can you add an issue to testing roadmap to provide a
standard test boilerplate utility function?
--
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]