Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasjhenry/testing-without-mocks-example
Testing without Mocks in Elixir
https://github.com/nicholasjhenry/testing-without-mocks-example
Last synced: about 1 month ago
JSON representation
Testing without Mocks in Elixir
- Host: GitHub
- URL: https://github.com/nicholasjhenry/testing-without-mocks-example
- Owner: nicholasjhenry
- Created: 2024-03-06T00:27:11.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-06-07T20:53:57.000Z (5 months ago)
- Last Synced: 2024-06-08T18:53:42.669Z (5 months ago)
- Language: Elixir
- Homepage: https://www.jamesshore.com/v2/projects/nullables
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Without Mocks
Applying to Elixir.
## Development
git clone https://github.com/nicholasjhenry/testing-without-mocks-example.git
mix test## Running
Command line:
script/rot13 hello
# => uryybServer:
script/server 4001
# New terminal
brew install httpie
http http://localhost:4001/rot13/transform text=world
# => { "transform": "uryyb" }