PythonOptimizers / cysparse

Python/Cython library to replace PySparse
http://PythonOptimizers.github.io/cysparse
7 stars 3 forks source link

Create a new test generator #202

Closed ghost closed 8 years ago

ghost commented 9 years ago

The idea is to create a meta - meta test generator. One meta is to generate the tests for all different types, the other meta is to create automatically unittest classes given very simple input (probably a dict or a few parameters).

ghost commented 8 years ago

After some thoughts: we probably don't need such a thing. Cygenja allows already great flexibility.

If needed, we could do something like here.