We are delighted to announce the release of weaver-test under Typelevel. What is weaver? Weaver is a test framework for integration and end-to-end testing. It makes tests faster and easier to debug by using cats, cats-effect and fs2. Weaver provides a high quality experience when writing and running tests: Tests within a suite are run in parallel for the quickest results possible. This is especially suited to IO heavy tests, such as those making API calls or reading files. Expectations (ie as...