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

Allow returning keyword list in result tuple #65

Open
hauleth opened this issue Feb 27, 2019 · 1 comment
Open

Allow returning keyword list in result tuple #65

hauleth opened this issue Feb 27, 2019 · 1 comment
Labels
1.0 enhancement ExUnit Mimic ExUnit.Case functionality as close as possible
Projects

Comments

@hauleth
Copy link
Contributor

hauleth commented Feb 27, 2019

Currently result tuple requires second value to be map, it would be worth to follow ExUnit syntax and allow as well:

  • raw map
  • raw keyword list
  • tuple {:ok, keyword()}
@revati
Copy link
Collaborator

revati commented Feb 27, 2019

Yeas, i have an idea to make this library coppy and reuse as much ExUnit stuff as possible, so transition would be as easy as possible :)

@revati revati added this to To do in To the 1.0 Feb 27, 2019
@revati revati removed this from To do in To the 1.0 Feb 27, 2019
@revati revati added enhancement ExUnit Mimic ExUnit.Case functionality as close as possible labels Feb 27, 2019
@revati revati added this to To do in To the 1.0 Feb 27, 2019
@revati revati added the 1.0 label Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 enhancement ExUnit Mimic ExUnit.Case functionality as close as possible
Projects
To the 1.0
  
To do
Development

No branches or pull requests

2 participants