検索

phrase: max: clip:
target: order:
Results of 21 - 29 of about 29 for TestCase (0.048 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d should never be used in production . Specialized test case to support 'live testing' ¶ class testing. Static ... LiveServerTestCase ¶ This unittest TestCase subclass extends django.t ... est.LiveServerTestCase . Just like its parent, you can use it to write te ... r Helpers Static file development view Specialized test case to support 'live testing' 前のトピックへ The "sit ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Signals — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue of a setting is changed through the django.test.TestCase.settings() context manager or the django.test.over ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormation of the exception that occurred. Tests and test cases to run can be selected by test name pattern usin ... 3. django.test.utils.patch_logger() - Use unittest.TestCase.assertLogs() instead. django.utils.lru_cache.lru_c ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o to run one test process for each processor core. TestCase.captureOnCommitCallbacks() now captures new callba ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es on test order . They also keep tests grouped by test case class. The shuffled orderings also have a special ... the same in the new order. --reverse , -r ¶ Sorts test cases in the opposite execution order. This may help i ... PROCESSES environment variable. Django distributes test cases — unittest.TestCase subclasses — to subprocesses ... . If there are fewer test cases than configured processes, Django will reduce th ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _update() normally fails in autocommit mode, since TestCase automatically wraps each test in a transaction, ca ... lling select_for_update() in a TestCase even outside an atomic() block will (perhaps unexp ... test select_for_update() you should use TransactionTestCase . Certain expressions may not be supported Postgre ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text against dict : class ContextTest ( unittest . TestCase ): def test_against_dictionary ( self ): c1 = Cont ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るようになりました。 テスト ¶ To better catch bugs, TestCase now checks deferrable database constraints at the ... end of each test. Tests and test cases can be marked with tags and run selectively with ... This may affect query counts tested by TransactionTestCase.assertNumQueries() . Support for skip_validation i ... o.conf.urls.i18n.i18n_patterns() is removed. SimpleTestCase.urls is removed. Using an incorrect count of unpac ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7374
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld custom test runners. Added support for unittest.TestCase.subTest() 's when using the test --parallel option ... ycopg2 is increased from 2.4.5 to 2.5.4. LiveServerTestCase binds to port zero ¶ Rather than taking a port ran ... ge and iterating to find a free port, LiveServerTestCase binds to port zero and relies on the operating sys ... r option is removed. If you need to bind LiveServerTestCase to a specific port, use the port attribute added i ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
PREV 1 2 3 NEXT