-
### Environment
```elixir
$ asdf current
elixir 1.9.4-otp-22 (set by …)
erlang 22.1.7 (set by …)
postgres 12.0 (set by …)
$ mix deps.get
* connection 1.0.4 (Hex …
Eiji7 updated
5 years ago
-
Here ecto `schema` calls the [defstruct](https://github.com/elixir-ecto/ecto/blob/82389d98001c98e3c5257e4a71cc3c8ac9169f47/lib/ecto/schema.ex#L530) macro.
We're working on a large elixir code base …
-
Hi,
My name is Tim Austin (@neenjaw) and I am a mentor on the elixir track and have contributed to the elixir track repository.
I would like to implement an elixir analysis tool to provide auto…
-
## Issue
After a click is made in a form redirecting the user if `assert_has` is used then the test won't stop by itself until its killed by timeout of ExUnit.
Chromium version and Chromedriver ve…
-
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
## Description
[NOTE]: # ( Describe the problem you're encountering. )
[TIP]: # ( Do NOT give us access or passwo…
-
Hi - first, thanks for Horde - it's pretty awesome :)
I feel like I must either be missing something or have misunderstood the expected behaviour, however. In particular: When the node that a super…
-
Got following type not syntax highlighted as an atom:
```
@type t :: %TestSuite{test: (() -> any), status: :pending}
```
The `test:` key is different from status(from ExUnit I suppose)
-
I expect that if I put Elixir .exs ExUnit test in test dir, they will be run when issuing the command `make test`
-
### Current Behaviour
The link to `ExUnit.CLIFormatter` in the description of the `--formatter` option in the documentation for Mix.Tasks.Test is broken.
- Mix.Tasks.test docs https://hexdocs.pm/mi…
-
To stop a node during a testcase I currently use:
```
Cluster.call(target_node, :init, :stop, [])
```
However this has 2 issues:
1. The cluster manager still tries to stop it on the e…
arjan updated
5 years ago