forked from ivy-llc/ivy
-
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.
Refactor Ivy API method testing and frontend method testing (ivy-llc#…
…10187) Refactoring Ivy methods and frontend methods tests to use test objects. this includes: - Add `frontend_method_flags` and `method_flags` test classes to store data about the flag - Update the `handle_method` decorator and `handle_frontend_method` to generate `init_flags` and `method_flags` objects. - Update the `test_method` decorator and `test_frontend_method` function to accept `init_flags` and `method_flags` object. - Removed old legacy code used for type hint detection of flags. - Refactored all functions that use `handle_method` and `handle_frontend_method` to use the updated signature.
- Loading branch information
Showing
14 changed files
with
1,691 additions
and
3,840 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
Oops, something went wrong.