mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-18 21:25:11 +01:00
make unit tests default
This commit is contained in:
@@ -125,8 +125,8 @@ def execute_workspace(ai: AI, dbs: DBs):
|
|||||||
|
|
||||||
# Different configs of what steps to run
|
# Different configs of what steps to run
|
||||||
STEPS = {
|
STEPS = {
|
||||||
"default": [run, execute_workspace],
|
'default': [gen_spec, pre_unit_tests, run_clarified, execute_workspace],
|
||||||
'unit_tests': [gen_spec, pre_unit_tests, run_clarified],
|
'simple': [run, execute_workspace],
|
||||||
'clarify': [clarify, run_clarified],
|
'clarify': [clarify, run_clarified],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user