Skip to content

nicholasjhenry/ex-testing-without-mocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Without Mocks

Applying https://www.jamesshore.com/v2/projects/nullables 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" }

About

Testing without Mocks in Elixir

Topics

Resources

Stars

Watchers

Forks

Languages