Tidy up engine tests #72
No reviewers
Labels
No labels
bug
design
duplicate
engine
enhancement
maintenance
prospective
question
regression
stub
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
Add a link
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_testa.tangent_test_three_spherestangent_test_kaleidocyclerealize_irisawa_hexlet.irisawasubmodule toexamples.frozen_entry_testzero_loss_testandirisawa_hexlet_test.Refactoring looks reasonably straightforward;
cargo testsucceeds;trunk buildandtrunk servesucceed;./run-examplessucceeds. Merging.Awesome! By the way, I'm pretty sure
trunk servecallstrunk build, so there's no need to call the latter separately. The continuous integration system calls only callstrunk buildbecause I can't think of any additional problems that could be detected by trying to start the server afterward.