| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Now that we are off Python 2.6, we can just use the stdlib's 'unittest'.
|
Woo-hoo! ASIDE: Is unittest.mock backported to 2.7? |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
$ python2.7 -c "import unittest.mock"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named mock |
Sorry, something went wrong.
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Now that we are off Python 2.6, we can just use the stdlib's 'unittest'.