forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MicroTVM][PyTest] Explicitly skip MicroTVM unittests. (apache#9335)
* [MicroTVM][PyTest] Explicitly skip MicroTVM unittests. Refactor unit tests so they will show as skipped if `USE_MICRO=OFF`. * Updates following PR review. - Updated to avoid name shadowing of BaseTestHandler - Updated test_micro_transport to use fixture for setup. Ended up needing to refactor to use pytest instead of unittest, split up test functionality during refactor.
- Loading branch information
1 parent
614446d
commit 9b2ba91
Showing
4 changed files
with
253 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.