検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for DiscoverRunner (0.026 sec.)
Advanced testing topics — Django 4.0.6 ドキュメント 14557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default, TEST_RUNNER points to 'django.test.runner.DiscoverRunner' . This class defines the default Django testing b ... defining a run_tests() method. Django ships with a DiscoverRunner class that defines the default Django testing beha ... et up, execute and tear down the test suite. class DiscoverRunner ( pattern = 'test*.py' , top_level = None , verbos ... , shuffle = False , logger = None , ** kwargs ) ¶ DiscoverRunner will search for tests in any file matching pattern ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 9233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on with parallel tests. The new logger argument to DiscoverRunner allows a Python logger to be used for logging. The ... new DiscoverRunner.log() method provides a way to log messages that u ... ses the DiscoverRunner.logger , or prints to the console if not set. Djan ... https' in Django 5.0. The extra_tests argument for DiscoverRunner.build_suite() and DiscoverRunner.run_tests() is de ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
索引 — Django 4.0.6 ドキュメント 8879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メソッド) add_arguments() (BaseCommand のメソッド) (DiscoverRunner のクラスメソッド) add_constraint() (BaseDatabaseSc ... lute_uri() (HttpRequest のメソッド) build_suite() (DiscoverRunner のメソッド) bulk_create() (django.db.models.query. ... ER_AGENTS setting disconnect() (Signal のメソッド) DiscoverRunner (django.test.runner のクラス) disjoint field looku ... sesTestMixin のメソッド) get_test_runner_kwargs() (DiscoverRunner のメソッド) get_traceback_data() (ExceptionReporte ...
https://man.plustar.jp/django/genindex.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 8454
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m 'http' to 'https' . The extra_tests argument for DiscoverRunner.build_suite() and DiscoverRunner.run_tests() will ... er will be removed. Instead use django.test.runner.DiscoverRunner . The module django.test._doctest will be removed. ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 8366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or a particular filesystem.Loader . テスト ¶ Added DiscoverRunner.get_test_runner_kwargs() to allow customizing the ... ubTest() 's when using the test --parallel option. DiscoverRunner now runs the system checks at the start of a test ... run. Override the DiscoverRunner.run_checks() method if you want to disable that. バ ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8366
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... STALLED_APPS . The new runner ( django.test.runner.DiscoverRunner ) uses the test discovery features built into unit ... t module, the new test runner ( django.test.runner.DiscoverRunner ) does not automatically support some types of tes ... ore. To run the GeoDjango tests simply use the new DiscoverRunner and specify the django.contrib.gis app. Custom use ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 8277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) is deprecated and will be removed in Django 4.1. DiscoverRunner now enables faulthandler by default. This can be d ... sabled by using the test --no-faulthandler option. DiscoverRunner and the test management command can now track timi ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8118
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... would require expensive table introspection there. DiscoverRunner now skips the setup of databases not referenced by ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 8030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... buffer option to discard output for passing tests. DiscoverRunner now skips running the system checks on databases n ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... These are the options of the default test runner: DiscoverRunner . --keepdb ¶ Preserves the test database between t ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 NEXT