Unit testing actors
I was getting sick of having to kill and reload kepler every time i made a small change to an actor, so i decided to write a small unit testing system that didn't have to start the entire kepler environment to run.
I've successfully done this and will write a doc on the details soon.