Skip to content

Testing

We believe that the only way to write good code is to test it. It leads to the following consequences:

  1. Any feature in any library listed at With Ease are created with testing in mind, so users do not have to invent some complex ways to test their code.
  2. Libraries are tested itself. It means that you can be sure that it works as expected. We are not accepting any pull requests that do not have tests.

Released under the MIT License.