-
### Environment
* Elixir version (elixir -v):
Erlang/OTP 22 [erts-10.5.5] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Elixir 1.9.4 (compiled with Erlang/OTP 22)
* Absint…
-
This is super strange. Not having this error while running locally or while running releases in Docker. This error happens _sometimes_ (1/4 or so runs) while running tests in docker. Two separate dock…
-
Specifically, the relationship between the `setup` functions and the test `context` could be demonstrated more effectively. Also, it would be helpful to mention "fixtures" since that's the role that …
-
It appears that calling `Application.stop(:ex_unit)` on shutdown fails if no test failed during the docception run:
```
21:30:38.920 [info] Application ex_unit exited: :stopped
** (exit) exited …
-
It appears that the example used for testing a Broadway producer is wrong.
See https://elixirforum.com/t/example-of-testing-broadway/28635/4
The `assert_receive` does not appear to be correct (I …
-
Hi! I'm doing
```
test "capture from invoice.created", %{bypass: bypass} do
Bypass.expect bypass, fn conn ->
assert "PUT" == conn.method
Plug.Conn.resp(conn, 201, ~s)
end
s…
-
Thanks for the awesome utility! Using this in a project right now. Absolutely an amazing tool.
I've run into one issue while trying to build unit tests around Nebulex - it seems that to have fully …
-
Font Awesome の 5.10.1 が出ています。
新たなアイコンも追加されているようなので、
ぜひバージョンアップを検討していただきたいです。
-
This is an issue I reported on the Elixir forum, for which @benwilson512 provided a workaround. Wondering if either
- `Absinthe.Pipeline.run()` could handle applying the workaround automatically;
…
ekobi updated
4 years ago
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version): tested with 1.9.3-otp-22 and 1.9.4-otp-22, probably affects earlier versions as well
* Operating system: Arch Linux
### Curren…
NobbZ updated
4 years ago