Skip to content

Commit

Permalink
Adapt README.md and mention issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
evnu committed Jan 6, 2017
1 parent e0a802e commit fcf62dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ line:
cd -
erl -pa examples -pa ebin -eval 'ok = doctest:run("examples/ex1.erl"), init:stop().'

Maybe resolving issue #2 could help here.

## Some Requirements

* When calling functions within the module which contains the runnable doc, ensure that
the module is available in the code path.

## Some TODOs

* A user should be able to define a custom code path
- [ ] Provide a nicer way to run tests

0 comments on commit fcf62dc

Please sign in to comment.