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

fix: add the batch extractor + handler #108

Merged
merged 2 commits into from
Dec 13, 2018
Merged

fix: add the batch extractor + handler #108

merged 2 commits into from
Dec 13, 2018

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Dec 12, 2018

Closes #105, #86

and a cargo fmt in a separate commit

philbooth
philbooth previously approved these changes Dec 12, 2018
bbangert
bbangert previously approved these changes Dec 12, 2018
src/web/extractors.rs Outdated Show resolved Hide resolved
src/web/extractors.rs Outdated Show resolved Hide resolved
@@ -1314,6 +1453,66 @@ mod tests {
assert_eq!(result.bsos.invalid.len(), 2);
}

#[test]
fn test_valid_collection_batch_post_request() {
Copy link
Member

Choose a reason for hiding this comment

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

A test for invalid?

@pjenvey pjenvey merged commit ca7b6dc into master Dec 13, 2018
@pjenvey pjenvey deleted the feat/105 branch December 13, 2018 17:34
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.

None yet

3 participants