-
Notifications
You must be signed in to change notification settings - Fork 246
Add tests precollection logic #3922
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
base: 3901-move-free-functions
Are you sure you want to change the base?
Conversation
|
|
||
| impl TestTarget<TestCandidate> { | ||
| #[tracing::instrument(skip_all, level = "debug")] | ||
| pub fn from_raw(test_target_raw: TestTargetRaw) -> Result<TestTarget<TestCandidate>> { |
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.
note: It's the same as from_raw_deprecated but:
- we don't compile sierra to CASM
- we don't perform config run
| pub struct TestCandidate { | ||
| pub name: String, | ||
| pub test_details: TestDetails, | ||
| } |
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.
note: We can easily add partition field which will be later used while filtering.
|
Hi! This pull request hasn't had any activity for a while, so I am |
Towards #3901
Stack:
OverallSummary->WorkspaceSummary#3918WorkspaceDirs#3917testfunction #3915Introduced changes
Checklist
CHANGELOG.md