From 032f5a789692d69ab206f902867ff2c3e05c5320 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 19 Feb 2016 14:13:54 -0500 Subject: Refs #25735 -- Made @tag decorator importable from django.test. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index de008bd325..a2519da64d 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1632,7 +1632,7 @@ Tagging tests You can tag your tests so you can easily run a particular subset. For example, you might label fast or slow tests:: - from django.test.utils import tag + from django.test import tag class SampleTestCase(TestCase): -- cgit v1.3