Results of 1 - 10 of about 20 for SimpleTestCase (0.033 sec.)
- テストツール — Django 4.0.6 ドキュメント 14240
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
eful additions as described in each section below. SimpleTestCase ¶ class SimpleTestCase ¶ 以下の機能を追加する、 un ...
ansactionTestCase や TestCase を使用してください。 SimpleTestCase. databases ¶ SimpleTestCase disallows database que ...
e queries which will affect other tests since each SimpleTestCase test isn't run in a transaction. If you aren't con ...
ss attribute to '__all__' on your test class. 警告 SimpleTestCase とそのサブクラス (例: TestCase , ...) は、 setUpCl ...
-
https://man.plustar.jp/django/topics/testing/tools.html
- [similar]
- Unit tests — Django 4.0.6 ドキュメント 11861
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
om django.db import models from django.test import SimpleTestCase class TestModelDefinition ( SimpleTestCase ): def ...
om django.db import models from django.test import SimpleTestCase from django.test.utils import isolate_apps class T ...
estModelDefinition ( SimpleTestCase ): @isolate_apps ( 'app_label' ) def test_model_de ...
om django.db import models from django.test import SimpleTestCase from django.test.utils import isolate_apps class T ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm...
- [similar]
- 索引 — Django 4.0.6 ドキュメント 10519
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
is.db.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 2.2 リリースノート — Django 4.0.6 ドキュメント 8462
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
forward references automatically. テスト ¶ The new SimpleTestCase.assertURLEqual() assertion checks for a given URL, ...
don't accept it will be removed in Django 3.1. The SimpleTestCase.allow_database_queries , TransactionTestCase.multi ...
ase.multi_db attributes are deprecated in favor of SimpleTestCase.databases , TransactionTestCase.databases , and Te ...
-
https://man.plustar.jp/django/releases/2.2.html
- [similar]
- Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 8258
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
hortcuts import make_toast from django.test import SimpleTestCase class MakeToastTests ( SimpleTestCase ): def test_ ...
ortcuts import make_toast +from django.test import SimpleTestCase + + +class MakeToastTests(SimpleTestCase): + def t ...
-
https://man.plustar.jp/django/intro/contributing.html
- [similar]
- Django 1.9.6 リリースノート — Django 4.0.6 ドキュメント 8258
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
relative path redirects to the test client and to SimpleTestCase.assertRedirects() because Django 1.9 no longer con ...
-
https://man.plustar.jp/django/releases/1.9.6.html
- [similar]
- ビューを記述する — Django 4.0.6 ドキュメント 8156
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
o.http import HttpResponse from django.test import SimpleTestCase , override_settings from django.urls import path d ...
LCONF = __name__ ) class CustomErrorHandlerTests ( SimpleTestCase ): def test_handler_renders_template_response ( se ...
-
https://man.plustar.jp/django/topics/http/views.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 8055
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uest as the first positional argument. Support for SimpleTestCase.allow_database_queries and TransactionTestCase.mul ...
l be removed. The callable_obj keyword argument to SimpleTestCase.assertRaisesMessage() will be removed. Support for ...
go.conf.urls.i18n.i18n_patterns() will be removed. SimpleTestCase.urls will be removed. Using an incorrect count of ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- Django 1.7.9 release notes — Django 4.0.6 ドキュメント 8055
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ield renaming of MySQL databases ( #24817 ). Fixed SimpleTestCase.assertRaisesMessage() on Python 2.7.10 ( #24903 ). ...
-
https://man.plustar.jp/django/releases/1.7.9.html
- [similar]
- Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7851
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
sage of transforms in subqueries ( #24744 ). Fixed SimpleTestCase.assertRaisesMessage() on Python 2.7.10 ( #24903 ). ...
-
https://man.plustar.jp/django/releases/1.8.3.html
- [similar]