merge: issue/0047-cpp-tests-foundation — implementación paralela
This commit is contained in:
@@ -14,9 +14,15 @@ returns: []
|
||||
returns_optional: false
|
||||
error_type: ""
|
||||
imports: [implot]
|
||||
tested: false
|
||||
tests: []
|
||||
test_file_path: ""
|
||||
tested: true
|
||||
tests:
|
||||
- "y_range covers all positive values"
|
||||
- "y_range includes zero baseline"
|
||||
- "y_range with negatives extends below zero"
|
||||
- "y_range with empty data is sane default"
|
||||
- "y_range with single value still has span"
|
||||
- "clamp_bar_width clamps to [0.05, 1.0]"
|
||||
test_file_path: "cpp/tests/test_bar_chart_math.cpp"
|
||||
file_path: "cpp/functions/viz/bar_chart.cpp"
|
||||
framework: imgui
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user