Move SpyCall into its own file.
Review Request #11027 — Created May 16, 2020 and submitted — Latest diff uploaded
This moves
SpyCall
out fromspies.py
and into its owncalls.py
.
This will prevent circular imports with future changes, with new modules
that will need to importSpyCall
. It otherwise doesn't change any
logic or functionality.
Unit tests pass.