Closed jparise closed 2 years ago
Python 3.x includes 'mock' as part of the standard 'unittest' package, so we can use that directly without requiring the separate 'mock' package dependency.
thank you!
Python 3.x includes 'mock' as part of the standard 'unittest' package, so we can use that directly without requiring the separate 'mock' package dependency.