-
Is there any plan to support ExUnit by Elixir?
-
I am running propcheck version 1.4 with elixir 1.17 and am getting this warning
```
warning: ExUnit.Case.register_test/4 is deprecated. Use register_test/6 instead
│
5 │ property "m…
-
While running the Anoma tests in a loop to try to reproduce a different bug (#1534 ), I encountered the following on the 189th iteration:
```
==> anoma_node
Running ExUnit with seed: 518095, max_…
-
できるかは分かりませんが、ブロック側でできないかちょっとトライしてみようかなと。
https://vws.vektor-inc.co.jp/forums/topic/%e3%80%8c%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%e3%81%a8%e6%a8%aa%e3%81%8b%e3%82%89%e3%81…
-
Should create testplans automatically and execute all tests.
Needs an API token.
Browser to be controlled using Wallaby.
Reference: https://gitlab.com/paulswartz/ueberauth_oidcc_certification
-
### Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to write my own tests based on a given OpenAPI Spec with already valid example responses.
#…
-
``` elixir
test "[GET] /kittens (200)", %{swagger: swagger} do
my_kitten_factory(10)
swagger
|> Transaction.build(@mime, :get, "/kittens", 200)
|> assert_schema
end
test "Create a kitte…
-
Issue originally created [here](https://github.com/cardanoapi/hardfork-testing/issues/43); reposting here for better visibility.
Not sure how big of a problem this discrepancy between ledger api is…
-
**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…
-
### Existing Issue or Pull Request Verification
- [X] Confirmed, no existing Issues or Pull Requests found related to my submission.
### Package Version
3.2.0
### Are you using the latest version?…