Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
# => uryyb

Server:

script/server 4001
# New terminal
brew install httpie
http http://localhost:4001/rot13/transform text=world
# => { "transform": "uryyb" }