Skip to content
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

test: test_fullscan #101

Merged
merged 6 commits into from
Feb 2, 2021
Merged

test: test_fullscan #101

merged 6 commits into from
Feb 2, 2021

Conversation

laysakura
Copy link
Contributor

@laysakura laysakura commented Jan 31, 2021

Fixes: #73
Part of: #74

@laysakura laysakura marked this pull request as ready for review February 2, 2021 00:13
steps.push(Step::new("COMMIT", StepRes::Ok));
steps.append(&mut Self::from(Steps::SetupBodyDataset));
steps.push(Step::new("COMMIT", StepRes::Ok));
steps.append(&mut Self::from(Steps::SetupPetDataset));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こいつだけCOMMITされてないのは紛らわしい

@laysakura laysakura merged commit d95a6d7 into master Feb 2, 2021
@laysakura laysakura deleted the full-scan-test branch February 2, 2021 00:32
laysakura added a commit that referenced this pull request May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Immutable Schema の feature test に便利なデータセット作成をテスト共通コードに作る
1 participant