~ubuntu-branches/ubuntu/trusty/python-django/trusty

« back to all changes in this revision

Viewing changes to docs/topics/testing/overview.txt

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-12-12 15:46:01 UTC
  • mfrom: (1.1.26) (4.4.32 sid)
  • Revision ID: package-import@ubuntu.com-20131212154601-k236saafzyyuwkje
Tags: 1.6.1-1
* New upstream version.
* Fix broken encoding in translations attribution. (Closes: #729194)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    If you want to continue to use the legacy ``unittest`` library, you can --
44
44
    you just won't get any of the nice new ``unittest2`` features.
45
45
 
46
 
.. _unittest2: http://pypi.python.org/pypi/unittest2
 
46
.. _unittest2: https://pypi.python.org/pypi/unittest2
47
47
 
48
48
Here is an example which subclasses from :class:`django.test.TestCase`,
49
49
which is a subclass of :class:`unittest.TestCase` that runs each test inside a
1096
1096
out the `full reference`_ for more details.
1097
1097
 
1098
1098
.. _Selenium: http://seleniumhq.org/
1099
 
.. _selenium package: http://pypi.python.org/pypi/selenium
 
1099
.. _selenium package: https://pypi.python.org/pypi/selenium
1100
1100
.. _full reference: http://selenium-python.readthedocs.org/en/latest/api.html
1101
1101
.. _Firefox: http://www.mozilla.com/firefox/
1102
1102