From 7eecf496eecdf9ce1227e0ea517d32880e3300d9 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Sun, 23 Apr 2017 22:06:12 +0200 Subject: [1.11.x] Renamed "Mac OS X" to "macOS" in docs. Backport of 5e8625ba643db118a44cb32e9e48bf431ef4da53 from master --- 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 aadb68d84e..9b2e76cadc 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -723,7 +723,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