-
Since Elixir 1.3 introduces Calendar module it'd be nice to have corresponding expectations
-
In Erlang, it's possible to create a function like this:
```erl
test(X) ->
>.
```
This is not possible to express in Elixir currently except for setting up a separate variable to do the size …
-
in commit d2eb25f there is an error over and above the intentional errors discussed in the video.
There are 2 methods named as "test rounding an integer". As such the test resolution process does …
-
I'm not on a mission to make StreamData equal to Hypothesis, but I do consider they have some nice names (hypothesis, conjecture, example, given, etc.). What follows will be extreme bikeshedding. You'…
-
Swagger Integration was added by @mbuhot in #9 but not documentated yet in the README.
To help people who want to use it, improve popularity of bureaucrat, and to be able to continue development, t…
-
I have a test that submits a form via ajax andthen does a page redirect. Is there a way to block until these actions are finished before the next hound command is run? Currently I have to throw a :tim…
-
Currently failures for assertions such as `assert match?(1,2)` are displayed as if they're being made on binary statements. Here's an example:
```
Now meditate upon PatternMatching
|==> …
-
It should normalize the email addresses, and should only match against the keys that are in the options. For asserting just what you pass in, do something like this
``` elixir
defmacro assert_deliver…
-
### Environment
Elixir 1.3.4 | Erlang/OTP 19
### Current behavior
When you pass the param `into: ""` to a comprehension, the length of the strings that are _joined_ affects the time it takes to e…
-
### Environment
- Elixir version (elixir -v): 1.3.2
- Operating system:
### Current behavior
If a message is received after the `assert_receive` timeout, but before [`ExUnit.Assertions.__mailbox__(s…