From d4dc775620fc57e962165eab98a77264e3dd16b2 Mon Sep 17 00:00:00 2001 From: Jakub Paczkowski Date: Sat, 7 Nov 2015 14:57:56 +0100 Subject: Fixed #25735 -- Added support for test tags to DiscoverRunner. Thanks Carl Meyer, Claude Paroz, and Simon Charette for review. --- docs/ref/django-admin.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 0fbad35bcf..87753b28bd 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1348,6 +1348,20 @@ don't. in order to exchange them between processes. See :ref:`python:pickle-picklable` for details. +.. option:: --tag TAGS + +.. versionadded:: 1.10 + +Runs only tests :ref:`marked with the specified tags `. +May be specified multiple times and combined with :option:`test --exclude-tag`. + +.. option:: --exclude-tag EXCLUDE_TAGS + +.. versionadded:: 1.10 + +Excludes tests :ref:`marked with the specified tags `. +May be specified multiple times and combined with :option:`test --tag`. + ``testserver`` -------------- -- cgit v1.3