-
Hey there,
I just started using this mail client, and it works like a charm! Thank you all for your hard work :)
One thing that really surprised me during integration testing is that the assertion…
-
I'm running into situations where I need to validate that the headers and parameters I sent were properly encoded and can be decoded, so I do something like this:
```elixir
Sham.expect(sham, "POST…
-
Elixir 1.14.0
Erlang/OTP 24
The sigil seems to not be working with `ExUnit`'s `assert` macro when used as an argument to a function.
#### To reproduce:
```elixir
defmodule ShorterMapsTest d…
-
My project's application starts with a few workers that shouldn't start during testing. When I run `mix white_bread.run --no-start`, the context fails to find any module in the project.
Referring to …
-
Hey, love the work thank you.
But I'm struggling here with consistently getting the assertions methods to properly compile here.
I have a really (really) [small phoenix app](https://github.com/t…
-
I have channel tests using `Phoenix.ChannelTest` which is broken in ESpec and Phoenix 1.4.0.
It crashes with:
```
** (ArgumentError) could not fetch application environment :refute_receive_time…
-
Hello,
I am wondering why properties have to return a boolean result instead of a _truthy_ result like regular ExUnit assertions. As far as I know, it means that I cannot write properties which as…
-
### Environment
* Elixir version (elixir -v): 1.7.3
* Arc version (mix deps): 0.11.0
* Arc dependencies when applicable (mix deps): arc_ecto 0.11.0
* Operating system: Ubuntu 18.4
### Actual …
-
## Environment
* Elixir & Erlang/OTP versions (elixir --version): 1.17.2 / OTP27
* Operating system: apple darwin
* How have you started Livebook: Livebook Desktop
* Livebook version (use `…
-
[Elixir plans to include Property Based Testing in the future.][elixir-pbt] As such it would make sense to think about how to include it into ESpec.
Elixir aims to merge [`stream_data`][stream_data…