box / box-python-sdk

Box SDK for Python
http://opensource.box.com/box-python-sdk/
Apache License 2.0
418 stars 215 forks source link

test: Remove mock dependency #693

Closed adamchainz closed 2 years ago

adamchainz commented 2 years ago

unittest.mock was merged into Python 3, so use that version rather than the backport package.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1823671150


Totals Coverage Status
Change from base Build 1817429301: 0.0%
Covered Lines: 3254
Relevant Lines: 3477

💛 - Coveralls
adamchainz commented 2 years ago

This has revealed some bugs in the mocks - I'll leave it for you to fix.

arjankowski commented 2 years ago

Hi @adamchainz,

We are really appreciate your contribution. 4 PRs in such a short period of time, nice 🚀.

We need some time to fix this.

@arjankowski

arjankowski commented 2 years ago

internal ticket: SDK-2005

lukaszsocha2 commented 2 years ago

Removing mock dependency is continued here: https://github.com/box/box-python-sdk/pull/697