shouldi icon indicating copy to clipboard operation
shouldi copied to clipboard

Elixir testing libraries with nested contexts, superior readability, and ease of use

Results 5 shouldi issues
Sort by recently updated
recently updated
newest added

Unless I missed it, the docs don't mention that to use the provided matchers, you have to import ShouldI.Matchers.Context When I don't, I get: *\* (CompileError) test/server_test.exs:15: undefined function should_not_have_key/1...

shouldi tests follow the pattern of: ``` test measure measure measure ``` We would also like to allow tests with the following format: ``` test1 measure measure measure more-test-1 measure...

We would like to be able to spin up a separate group. This approach will allow us to sparingly mock without losing associated concurrency for the rest of the tests....

Today the assertion error message shows the code the should matcher expands to. Instead we would like to show a custom error message that shows how the matcher was called...