Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support meck:expect with improper list mock data #102

Merged
merged 2 commits into from Mar 31, 2013
Merged

Support meck:expect with improper list mock data #102

merged 2 commits into from Mar 31, 2013

Commits on Mar 27, 2013

  1. Fix opaque check for improper lists mock data

    Using meck:expect wich a dict as mock data caused crash in
    lists:any, since dicts use improper lists.
    
    Implement separate lists_any function which can handle improper lists.
    Andreas Amsenius committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    ecbce92 View commit details
    Browse the repository at this point in the history
  2. Beautified a bit.

    JanHenryNystrom authored and Andreas Amsenius committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    c88f1a1 View commit details
    Browse the repository at this point in the history