diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
