-
Notifications
You must be signed in to change notification settings - Fork 11
[Validate] Scene-level scenario tests and custom metrics uploads #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
gatli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to figure out how we want to expose that scenario tests can be of multiple levels.
I don't like the idea of adding
get_items
get_scenes
get_objects
get_tracks
where each one of these returns an empty list for different enums of levels. Let's just keep the get_items interface and switch there what types of items are returned based on the level of the test.
gatli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
No description provided.