Move business logic out of gRPC handler module #469
Labels
code quality
Improves code quality while not affecting any other
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Right now, we need to do create_actors! then call aggregator.setup before doing any tests. This slows down our testing. Instead, every test should be able to spawn an entity to do it's job without creating a gRPC server.
The text was updated successfully, but these errors were encountered: