Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.13 KB

Hey, there! 👋

Here's my entry for SpawnFest 2023. The goal was to build a package that helps writing black-box integration tests for applications that make outgoing HTTP requests.

Due to time limitations the package and the example app live in the same Elixir project under http_intercept and the code is sprinkled with TODO comments.

The suggested order of reviewing things:

Feel free to mix deps.get && mix test to run the integration tests for the example application.

Thanks for taking the time to review this entry! Had fun doing this!

Best, Stefan