Christian Ledermann
Christian Ledermann
Use cases: - I want to know if my tests test for every allowed input type - I want to know if any of my existing allowed types (e.g: `Union[str,...
https://www.python.org/dev/peps/pep-0498/#leading-and-trailing-whitespace-in-expressions-is-ignored Leading and trailing whitespace in expressions is ignored For ease of readability, leading and trailing whitespace in expressions is ignored. This is a by-product of enclosing the expression in...
It is possible to add `GeometryCollection`s to a `GeometryCollection`. Reflect this in the strategy to create [recursive data](https://hypothesis.works/articles/recursive-data/)
Use the [Lark hypothesis extension](https://hypothesis.readthedocs.io/en/latest/extras.html#hypothesis-lark) to generate [WKT from EBNF](https://github.com/cleder/parsewkt/blob/master/parsewkt/Wkt.ebnf) to improve hypothesis test cases.
`GEOMETRYCOLLECTION (GEOMETRYCOLLECTION (GEOMETRYCOLLECTION (POINT (0 0), MULTIPOINT (0 0, 1 1, 1 2, 2 2)), LINESTRING (0 0, 3 1)), POLYGON ((0 0, 1 1, 1 0, 0 0)))` cannot...
Move contents out of README into the sphinx documentation similar to [django-transitions](https://github.com/PrimarySite/django-transitions/tree/master/docs)
https://pypi.python.org/pypi/pyramid_scheduler seems to be suitable