From 5e8625ba643db118a44cb32e9e48bf431ef4da53 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Sun, 23 Apr 2017 22:06:12 +0200 Subject: Renamed "Mac OS X" to "macOS" in docs. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 5c94cb8c09..4f11bd33ff 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -717,7 +717,7 @@ If your tests make any database queries, use subclasses ``tearDownClass()`` are run. In the case of :class:`django.test.TestCase`, this will leak the transaction created in ``super()`` which results in various symptoms including a segmentation fault on some platforms (reported - on OS X). If you want to intentionally raise an exception such as + on macOS). If you want to intentionally raise an exception such as :exc:`unittest.SkipTest` in ``setUpClass()``, be sure to do it before calling ``super()`` to avoid this. -- cgit v1.3