検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 51 for Testing (0.025 sec.)
Advanced testing topics — Django 4.0.6 ドキュメント 14147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » Advanced testing topics ¶ The request factory ¶ class RequestFactor ... tion -- as a black box, with exactly known inputs, testing for specific outputs. The API for the RequestFacto ... ll of its methods are still synchronous callables. Testing class-based views ¶ In order to test class-based v ... to an external URL. Tests and multiple databases ¶ Testing primary/replica configurations ¶ If you're testing ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django におけるテスト — Django 4.0.6 ドキュメント 11989
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us | up | next » Django におけるテスト ¶ Automated testing is an extremely useful bug-killing tool for the mo ... ーションの動作を変更してしまわないことを保証できる。 Testing a web application is a complex task, because a web ... を提供しているからです。これらについては、 Advanced testing topics の Using different testing frameworks セクシ ... ます。 テストを書いて実行する テストツール Advanced testing topics 前のトピックへ ファイルの管理 次のトピックへ ...
https://man.plustar.jp/django/topics/testing/index.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 10446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Testing GeoDjango apps ¶ Included in this documentation ar ... te was created like in the instructions, then your testing database user only needs to have the ability to cr ... $ ./runtests.py --settings=postgis gis_tests 目次 Testing GeoDjango apps PostGIS 設定 POSTGIS_VERSION Obtain ... jango 関連キーワード database , GeoDjango , user , Testing , apps , superuser , tests , Geo , settings , spat ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 10131
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e run from a web browser or from the command line. Testing from a web browser ¶ To run the tests from a web b ... host:8000/js_tests/tests.html in your web browser. Testing from the command line ¶ To run the tests from the ... patches JavaScript tests テストを書く テストの実行 Testing from a web browser Testing from the command line 前 ... 関連キーワード tests , from , run , use , admin , Testing , Please , テスト , To , when クイック検索 Last up ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
テストツール — Django 4.0.6 ドキュメント 9726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an speed up login() by using a weaker hasher while testing . logout () ¶ If your site uses Django's authentic ... いくつかの拡張を提供します: Hierarchy of Django unit testing classes ¶ You can convert a normal unittest.TestCa ... cking that a callable triggers a certain warning . Testing form field rendering and error treatment . Testing ... an HTTP redirect is performed by the app. Robustly testing two HTML fragments for equality/inequality or cont ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 9112
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n you run a test suite. However, in the process of testing the Django 1.3, it was discovered that this featur ... ed using custom SQL will not be visible during the testing process. Unfortunately, there was no way to rectif ... inserted by custom SQL will not be visible during testing. This change only affects the testing process. You ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 9007
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns to the test suite! The Django tests all use the testing infrastructure that ships with Django for testing ... tox -l py3 black flake8> =3.7.0 docs isort> =5.1.0 Testing other Python versions and database backends ¶ In a ... d use the backend that you want to use for primary testing. A database with the alias other . The other datab ... browsers (e.g. Chrome or Firefox) support headless testing, which can be faster and more stable. Add the --he ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 8902
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with the new queryset methods defer() and only() . Testing improvements ¶ A few notable improvements have bee ... n made to the testing framework . Test performance improvements ¶ Tests ... written using Django's testing framework now run dramatically faster (as much as ... ent to Client.get() and Client.post() . This makes testing views that issue redirects simpler. It's now easie ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 8287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... isn't run as part of the normal test setup. During testing, ensure that the STATICFILES_STORAGE setting is se ... roduction . Specialized test case to support 'live testing' ¶ class testing. StaticLiveServerTestCase ¶ This ... running the code under test and consuming it with testing tools through HTTP (e.g. Selenium, PhantomJS, etc. ... opment view Specialized test case to support 'live testing' 前のトピックへ The "sites" framework 次のトピック ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 8183
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pport for easy handling of static files . Django's testing framework now supports (and ships with a copy of) ... n you run a test suite. However, in the process of testing the Django 1.3, it was discovered that this featur ... ed using custom SQL will not be visible during the testing process. Unfortunately, there was no way to rectif ... inserted by custom SQL will not be visible during testing. This change only affects the testing process. You ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 3 4 5 6 NEXT