commit | dccdc500f9b5dab0a20407ae0178d393796a8828 | [log] [tgz] |
---|---|---|
author | Matthew Suozzo <msuozzo@google.com> | Fri Apr 09 23:45:50 2021 -0400 |
committer | GitHub <noreply@github.com> | Fri Apr 09 20:45:50 2021 -0700 |
tree | a48fd0cbd5857345cd084e47f93675e56a857323 | |
parent | ba1db571987c65672d9c06789e9852313ed2412a [diff] |
bpo-43478: Restrict use of Mock objects as specs (GH-25326) * Restrict using Mock objects as specs as this is always a test bug where the resulting mock is misleadingly useless. * Skip a broken test that exposes a bug elsewhere in mock (noted in the original issue).