comtravo / ctparse

Parse natural language time expressions in python
https://www.comtravo.com
MIT License
131 stars 24 forks source link

Force all tests to pass #128

Closed sebastianmika closed 1 year ago

sebastianmika commented 1 year ago

Apparently at some point we decided to be ok with cases in corpus.py to NOT pass in make test, i.e. not generate a solution given the parameters of the setup. Also, we set the parameter max_stack_depth=20 when running tests to speed them up. All this led to a whole bunch of tests silently failing without ever producing the desired resolution.

Here this is changed again.