Speed Up Tests / CI
Opened this issue · 0 comments
lapp0 commented
What behavior of the library made you think about the improvement?
CI takes a long time to run tests.
How would you like it to behave?
Decrease runtime of expensive tests without removing their functionality.
Breakdown of Expensive Tests:
- Total time: ~11min
tests/fsm/test_cfg_guide.py
: 5.5mintests/fsm/test_json_schema.py
: 1.5mintests/generate/test_generate.py
: 1.5mintests/generate/test_integration_transformers.py
: 1.5min