139 Commits (test-refactor)

Author SHA1 Message Date
cinnaboot 3bbac86ca5 refactor test_maneuver_planning: SCENARIO/SECTION pattern, quantitative assertions, TOML 1.0 config, precalc script 3 weeks ago
cinnaboot 804a82babb test_omega_debug: remove redundant qualitative checks, clean up precalc decorative comments 3 weeks ago
cinnaboot 5d8ee97610 refactor test_omega_debug: SCENARIO/SECTION pattern, precalculated values, quantitative assertions 2 months ago
cinnaboot 907e47e606 Replace hardcoded tolerances with named constants (REL_TOL, E_TOL) 2 months ago
cinnaboot e5275eda9e Use tolerance constants (ANG_TOL, R_TOL) instead of hardcoded values 2 months ago
cinnaboot 0a2c5c671a Refactor test_hybrid_burns: qualitative→quantitative checks with named tolerances 2 months ago
cinnaboot 20327a75d1 refactor: test_hybrid_burns - impulse + continuous burn behavior 2 months ago
cinnaboot f5b8891b1a fix comment and tolerance in periapsis test 2 months ago
cinnaboot b2401305ea Remove redundant burn1_expected_v assertion, tighten SMA precision 2 months ago
cinnaboot 03fb6a3563 Use burn_result velocity for tight tolerance assertion 2 months ago
cinnaboot 29d4082581 Add BurnResult to capture exact pre-burn state vectors 2 months ago
cinnaboot 31dea749cf refactor: test_periapsis_burn - Phase A+B 2 months ago
cinnaboot 287a6bbb03 fix compare_vec3 test: use D_TOL-compatible values, remove redundant section 2 months ago
cinnaboot c550f318e4 add D_TOL tolerance; tighten physics tests to 1e-12 2 months ago
cinnaboot 137e45121a refactor: use compare_vec3 for 3-component assertions 2 months ago
cinnaboot 2cbffa8eb4 add refactored physics utilities test file 2 months ago
cinnaboot d892aa8c41 feat: rewrite moon orbit config as TOML 1.0 dotted keys and refactor tests 2 months ago
cinnaboot ea70f14a34 refactor: improve test_analytical_propagation.cpp — merge redundant SECTIONs, fix names, remove unused constant 2 months ago
cinnaboot 432f8db7bb refactor: consolidate test_analytical_propagation into single SCENARIO with precalculated values 2 months ago
cinnaboot 4701f0f3a0 refactor: test_analytical_propagation into SCENARIOs with TOML config loading 2 months ago
cinnaboot 629ca7d03a standardize tolerance constants in test_utilities.h 2 months ago
cinnaboot fc447db7f2 refactor: test_extreme_timescales into SCENARIO with 11 sections 2 months ago
cinnaboot a7ecc46f15 refactor: test_extreme_orientation_mixed — single SCENARIO, precalculated values, named tolerances 2 months ago
cinnaboot a72a92bbc1 refactor: test_extreme_eccentricity — single SCENARIO, precalculated values, REL_TOL 2 months ago
cinnaboot 1e4ed912d2 refactor: test_parabolic_orbit with SI-unit precalc and tightened tolerances 2 months ago
cinnaboot 9fd1e29947 refactor: cartesian_to_elements_basic — SCENARIO pattern, named tolerances, TOML 1.0 2 months ago
cinnaboot 24b6466532 refactor: test_cartesian_to_elements_advanced + restore compare_vec3 + document procedure 2 months ago
cinnaboot 1361002196 Add test refactoring status tracking and first refactored test 2 months ago
cinnaboot 13982eb222 tighten test_maneuvers assertions with precalculated values 2 months ago
cinnaboot b333a1745f refactor test_maneuvers: add spacecraft struct to sim_engine, rewrite tests 2 months ago
cinnaboot 181dd61666 add inclined orbit tests and fix orbit tracker 2 months ago
cinnaboot 0fb92ec348 refactor: create test_energy.cpp, move direction test from orbital_period 2 months ago
cinnaboot 2a86e7093a use old_tests/ while refactoring tests 2 months ago
cinnaboot 5fd1ae84d5 document '{}' instead of '{0}' for zero initialization 2 months ago
cinnaboot 0091d02704 refactor: rewrite test_orbital_period with SCENARIO/SECTION pattern 2 months ago
cinnaboot db7094abed refactor: test_true_anomaly_roundtrip - SCENARIO/SECTION pattern, tight tolerances 3 months ago
cinnaboot 9c455ccea5 refactor: true_anomaly_roundtrip - SCENARIO/SECTION pattern, tight tolerances 3 months ago
cinnaboot d9eeb504d9 remove maneuver tests expecting old quantized behavior 3 months ago
cinnaboot 7b9a557662 use interpolated maneuvers with time trigger 3 months ago
cinnaboot 7d419f8d30 Revert "update docs/technical_reference.md new maneuver logic" 3 months ago
cinnaboot 601e564fa7 update docs/technical_reference.md new maneuver logic 3 months ago
cinnaboot 8a1a181942 refactor: clean test dump output with TestOutput struct 3 months ago
cinnaboot 919ae78082 Update planning doc with measured DT sweep values and add DT sweep tests 3 months ago
cinnaboot a653749a04 refactor: rename rendezvous_hohmann to rendezvous 3 months ago
cinnaboot faf59e03a5 tests: improve rendezvous_hohmann integration test 3 months ago
cinnaboot a855e781b5 tests: add burn timing quantization tests to maneuver_planning 3 months ago
cinnaboot 9c9f05761c tests: remove obsolete rendezvous module and tests 3 months ago
cinnaboot fffbdb436a src: fix cartesian_to_orbital_elements for coplanar orbits 3 months ago
cinnaboot b4f820c449 add initial hohmann rendezvous implementation 3 months ago
cinnaboot a51ad4be80 add changes for CW rendezvous test cases 3 months ago