forked from NVIDIA/apex
-
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.
…VIDIA#1451) * Use xmlrunner.XMLTestRunner accordingly TODO: - [x] Remove `subTest` because it's not compatible with the current way of running L0 tests Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * use `torch.testing` more to enable xmlrunner Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * Remove `subTest` for xmlrunner Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * removing subTest Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * not depend on an env var Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * fix syntax errors * open with `"wb"` * xml file per dir Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * remove comment-out Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * Refactor `TestTransformer`: define member methods (NVIDIA#5) * setUpClass to define `test_` methods Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * manually define Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * add a missing test Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * remove print Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> * remove ext Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
- Loading branch information
1 parent
4c17895
commit ad47763
Showing
13 changed files
with
941 additions
and
950 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.