-
**cardano-api ==9.0.0.0**
**Issue description:** For all types of transaction, size reported by `cardano-api` is **1-byte more** compared to the size reported by `ledger`.
### Code used to repo…
-
-
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…
-
**Describe the bug**
had a chat about the error here: https://discord.com/channels/711271361523351632/1069610909296766998/1308825724760752270
So we have a matching table with these relations
``…
-
Just to test out if the latest amrita works, I created a project from scratch with the following details:
My `mix.exs`:
```
defmodule TestAmrita.Mixfile do
use Mix.Project
def project do
[a…
lowks updated
9 years ago
-
**Describe the bug**
On 32-bit systems with high thread counts (N\~120), transient instability in the Elixir test suite surfaces. At even higher thread counts (N\~160), fatal errors are reliably re…
zv-io updated
2 weeks ago
-
Would it be possible, or even desired, to add a feature which would let you take the seed number from ExUnit, and use it to seed the random data supplied by Faker during tests? It would make it reall…
-
Running the checker on test files fails with a message like:
> == Compilation error on file bucket_test.exs ==
> *\* (RuntimeError) cannot use ExUnit.Case without starting the ExUnit application, ple…
-
Set up ExUnit as the default testing framework and include example tests.
## Tasks
- [ ] Configure ExUnit in the project.
- [ ] Add a sample test file for demonstration.
- [ ] Document how to …
-
I am thinking about writing support for ExUnit-style benchmarks (if there is no work toward such thing yet). And I am having something like that in mind:
```elixir
defmodule SampleBench do
use …