Move tests from `actor.rs` to separate test files for clarity: - `actor_tests.rs` - `supervisor_tests.rs` (when added) Inspired by PR #111 approach. Part of Phase 2 (Code Quality).
Move tests from
actor.rsto separate test files for clarity:actor_tests.rssupervisor_tests.rs(when added)Inspired by PR #111 approach.
Part of Phase 2 (Code Quality).