Open lapp0 opened 1 month ago
CI takes a long time to run tests.
Decrease runtime of expensive tests without removing their functionality.
Breakdown of Expensive Tests:
tests/fsm/test_cfg_guide.py
tests/fsm/test_json_schema.py
tests/generate/test_generate.py
tests/generate/test_integration_transformers.py
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:
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