![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
One-line scenario result printed after every style has run. More...
Collaboration diagram for dt_style_scenario_result_t:Data Fields | |
| char * | style_file |
| int | result |
| char * | reason |
One-line scenario result printed after every style has run.
The full diagnostics are emitted where the failure is detected. This summary keeps only the first failure reason so the final output stays readable when several fixtures are executed in a single run.
Definition at line 69 of file tests/styles.c.
| char* dt_style_scenario_result_t::reason |
Definition at line 73 of file tests/styles.c.
Referenced by run_style_scenarios().
| int dt_style_scenario_result_t::result |
Definition at line 72 of file tests/styles.c.
Referenced by run_style_scenarios().
| char* dt_style_scenario_result_t::style_file |
Definition at line 71 of file tests/styles.c.
Referenced by run_style_scenarios().