using Test using Random using LinearAlgebra # Includes include("../constants.jl") include("../conversions.jl") include("../spacecraft.jl") include("../sft.jl") include("../laguerre-conway.jl") include("../propagator.jl") # Tests @testset "All Tests" begin include("spacecraft.jl") include("laguerre-conway.jl") include("propagator.jl") end print()