Skip to content

Commit 3b796f3

Browse files
softpropsdavidbarsky
authored andcommitted
Enable Unit Testing of HTTP Handlers via #[cfg(test)] (#85)
1 parent 13c571d commit 3b796f3

File tree

5 files changed

+385
-215
lines changed

5 files changed

+385
-215
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# next (unreleased)
2+
3+
- **New**: `lambda_http::RequestExt` crate now exposes mock helper methods under `cfg(test)` builds to facilitate straightforward unit testability of handlers
4+
15
# 0.2.0
26

37
- **New**: We created lambda_runtime_core crate that implements the runtime's main loop and supports handlers that accept and return Vec<u8>. ([#53](https://github.com/awslabs/aws-lambda-rust-runtime/issues/53))

0 commit comments

Comments
 (0)