Tidy up engine tests #72
No reviewers
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#72
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Vectornaut/dyna3:engine-test-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The branch to be merged does the remaining tasks from issue #64, which are listed below.
zero_loss_test
a
.tangent_test_three_spheres
tangent_test_kaleidocycle
realize_irisawa_hexlet
.irisawa
submodule toexamples
.frozen_entry_test
zero_loss_test
andirisawa_hexlet_test
.Refactoring looks reasonably straightforward;
cargo test
succeeds;trunk build
andtrunk serve
succeed;./run-examples
succeeds. Merging.Awesome! By the way, I'm pretty sure
trunk serve
callstrunk build
, so there's no need to call the latter separately. The continuous integration system calls only callstrunk build
because I can't think of any additional problems that could be detected by trying to start the server afterward.