-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
```Bash
Erlang/OTP 22 [erts-10.6.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Elixir 1.11.0-dev (c0ffc1…
-
``` elixir
defmodule CSVTest do
use ExUnit.Case, async: true
for rows CSV.encode |> Stream.run
end
end
end
```
```
➜ mix test test/csv_test.exs --trace
CSVTest
* generating 100 rows (1…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version): 1.10.0 and current master ([711f346](https://github.com/elixir-lang/elixir/commit/711f346a44900b99a0f9eead8caabbd778ca2046)), OTP …
-
# Problem
The `vscode-elixir-ls` plugin debugger fails on a new phoenix application `mix test` task.
## Reproduce
1. Create a new phoenix application
```bash
mix phx.new hello # accept when p…
-
### Precheck
### Environment
* Elixir & Erlang/OTP versions (elixir --version): 1.10
* Operating system: Linux/Ubuntu
### Current behavior
module code:
```
defmodule TestMatches do
d…
-
## Issue
I installed Wallaby (0.24.1) as described. We wanted to switch from phantomjs to chromedriver but got the appended error after applying `driver: :chrome` to the config.
The given System…
-
I'm starting to use Mojito in a new data integration, and wondered: what people using Mojito currently prefer, when writing ExUnit test which use Mojito but should work offline?
A first strategy is…
thbar updated
4 years ago
-
I've been using vim-test with elixir for a while and love it. Switching to `asdf` for different versions of elixir/erlang in different projects, I do run into trouble though. Most probably a configura…
-
Consider the following scenario:
- A `Normalizer` behaviour with a `normalize_email` function.
- A User module, with a `changeset` function that should normalize the `email` param.
- The `User.ch…
-
## Describe the bug
After upgrading to absinthe-elixir v1.12, we began to see these errors logged in our tests:
```
[error] Handler "appsignal_phoenix_event_handler" has failed and has been det…