Skip to content
Snippets Groups Projects
Commit 85682ac8 authored by Michael Foord's avatar Michael Foord
Browse files

Doc and setup.py update

parent 486c0cae
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,8 @@ Articles and blog entries on testing with Mock:
* `PyCon 2011 Video: Testing with mock <https://blip.tv/file/4881513>`_
* `Mocking Django <http://www.mattjmorrison.com/2011/09/mocking-django.html>`_
* `Mocking dates and other classes that can't be modified
<http://williamjohnbert.com/2011/07/how-to-unit-testing-in-django-with-mocking-and-patching/>`_
* `Mock recipes <http://konryd.blogspot.com/2010/06/mock-recipies.html>`_
* `Mockity mock mock - some love for the mock module
<http://konryd.blogspot.com/2010/05/mockity-mock-mock-some-love-for-mock.html>`_
......
......@@ -30,7 +30,6 @@ CLASSIFIERS = [
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: Implementation :: CPython',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment