Testing Local Dispatching Validating Responses Testing “Hello, world!” Setting Up Testing Codegen Debug Testing Every application should be well tested and understandable....
One of the advantages of views as objects is that we can unit test them. We can both understand if a specific presentational logic behaves correctly and/or assert the contents of...
Unit Tests Running Tests Params Exposures Dependency Injection Flash messages Requests Tests Session Testing Hanami pays a lot of attention to code testability and it off...
Testing Before submitting a PR Docs only Code Local Test Environment Local clusters Running Tests Testing On all PRs, a suite of static and cluster tests is run against yo...
Testing Writing tests Async functions Running tests Filtering Command line filtering Test definition filtering Filtering out (Ignoring these tests) Filtering in (Only run thes...
Testing Crystal Code Anatomy of a spec file Expectations Equivalence, Identity and Type Truthiness Comparisons Other matchers Expecting errors Focusing on a group of specs ...
Testing Quickstart Writing tests Async functions Test steps Nested test steps Running tests Filtering Command line filtering Test definition filtering Filtering out (Ignorin...