ianmackenzie/elm-geometry-test - version: 2.0.1

for more information visit the package's GitHub page

Package contains the following modules:

elm-geometry-test

This package contains some helpful utilities for testing code that uses elm-geometry. This includes both random generators for test input values, and functions for constructing Expectations that compare geometric values to within a small tolerance (to allow for numerical roundoff).

If you have an app or package that uses elm-geometry and you want to use this package to help with testing, you would generally add elm-geometry to your dependencies and elm-geometry-test to your test-dependencies. Note that this package is fairly new and breaking API changes may occur (it should not be considered as stable as elm-geometry itself).

Contributing

All the code in this repository is simply copied over from some internal testing modules in elm-geometry so that they can be published separately; if you find a bug or are interested in contributing new functionality, please open a new issue there!