検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for TestCase (0.046 sec.)
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 7815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... files. Bugfixes ¶ Fixed a bug in Django 4.0 where TestCase.captureOnCommitCallbacks() could execute callbacks ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... drop the old constraint prior to invoking reset . Test cases are now run in a transaction ¶ Django 1.1 runs t ... he test environment, or if they require a specific test case ordering. For these cases, TransactionTestCase ca ... instead. This is a just a quick fix to get around test case errors revealed by the new rollback approach; in ... long-term tests should be rewritten to correct the test case. Removed SetRemoteAddrFromForwardedFor middleware ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a test class which is a subclass of TransactionTestCase rather than TestCase . Other bugfixes and changes ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rovided only to disable the durability checks in # TestCase. _ensure_durability = True def __init__ ( self , u ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Warning ) def test_foo ( self ): ... For an entire test case: from django.test import ignore_warnings from dja ... goXXWarning ) class MyDeprecatedTests ( unittest . TestCase ): ... You can also add a test for the deprecation ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... copies with copy.deepcopy() to class attributes in TestCase.setUpTestData() will be removed. BaseCommand.requi ... config module variable will be removed. TransactionTestCase.assertQuerysetEqual() will no longer automatically ... s the first positional argument. Support for SimpleTestCase.allow_database_queries and TransactionTestCase.mul ... emoved. The callable_obj keyword argument to SimpleTestCase.assertRaisesMessage() will be removed. Support for ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d paths (or directory paths), rather than applabel.TestCase.test_method_name pseudo-paths. This allows running ... requires at least one keyword argument. The SimpleTestCase class includes a new assertion helper for testing ... 'auth.CustomUser' ) class CustomUserFeatureTests ( TestCase ): def test_something ( self ): # Test code here . ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
索引 — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... models.functions のクラス) assertContains() (SimpleTestCase のメソッド) assertFieldOutput() (SimpleTestCase... メソッド) assertFormError() (SimpleTestCase のメソッド) assertFormsetError() (SimpleTestCase... メソッド) assertHTMLEqual() (SimpleTestCase のメソッド) assertHTMLNotEqual() (SimpleTestCase... メソッド) assertInHTML() (SimpleTestCase のメソッド) assertJSONEqual() (SimpleTestCase のメ ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... orks like Selenium . The new django.test.LiveServerTestCase base class lets you test the interactions between ... .protocol class attribute. A new django.test.SimpleTestCase subclass of unittest.TestCase that's lighter than ... django.test.TestCase and company. It can be useful in tests that don't ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7505
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n non-transactional databases or inside TransactionTestCase unless specifically requested . It is not advised ... in a test class which is a subclass of TransactionTestCase rather than TestCase . Contrib middleware removed ... serving functionality of the django.test.LiveServerTestCase class has been simplified: Now it's only able to s ... django.contrib.staticfiles.testing.StaticLiveServerTestCase . In other words, LiveServerTestCase itself is les ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 NEXT