検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 80 for tests (0.069 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 6616
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n docs for more details. GeoDjango ¶ The GeoDjango test suite is now included when running the Django test ... suite with runtests.py when using spatial database backends . MEDIA_UR ... amework . A RequestFactory for mocking requests in tests. A new test assertion -- assertNumQueries() -- mak ... change. Use of custom SQL to load initial data in tests ¶ Django provides a custom SQL hooks as a way to i ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Coding style — Django 4.0.6 ドキュメント 6451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the style of existing docstrings and PEP 257 . In tests, use assertRaisesMessage() and assertWarnsMessage( ... est demonstrates. Don't include preambles such as "Tests that" or "Ensures that". Reserve ticket references ... le 前のトピックへ Writing code 次のトピックへ Unit tests 関連キーワード Use , not , use , import , commit , ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
GDAL API — Django 4.0.6 ドキュメント 6410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 't yet have any data of your own to use, GeoDjango tests contain a number of data sets that you can use for ... tps://raw.githubusercontent.com/django/django/main/tests/gis_tests/data/cities/cities.{shp,prj,shx,dbf} $ w ... tps://raw.githubusercontent.com/django/django/main/tests/gis_tests/data/rasters/raster.tif Vector Data Sour ... sources (using the sample data from the GeoDjango tests; see also the Sample Data section). >>> from djang ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . cron). Use of custom SQL to load initial data in tests ¶ Django provides a custom SQL hooks as a way to i ... any test databases that are created when you run a test suite. However, in the process of testing the Djang ... es files Use of custom SQL to load initial data in tests ModelAdmin.lookup_allowed signature changed 前のト ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eaning some operations (such as database setup for test suites) have seen a performance benefit as a result ... ss and validate_ipv6_address . HTML comparisons in tests ¶ The base classes in django.test now have some he ... ngo.test.TestCase and company. It can be useful in tests that don't need to hit a database. See Hierarchy o ... n for more. Database connections after running the test suite ¶ The default test runner no longer restores ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge. データベースバックエンド API ¶ A couple of new tests rely on the ability of the backend to introspect c ... nd hasn't been called anywhere in Django's code or tests. In order to support test parallelization, you mus ... or example, self.assertRedirects(response, 'http://testserver/some-url/') should be replaced by self.assert ... eries are not allowed by default in SimpleTestCase tests anymore. You can disable this behavior by setting ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E_VERSION -py3-none-any.whl $ deactivate This just tests that the tarballs are available (i.e. redirects ar ... Hasher by about 20% (pick a round number). Run the tests, and update the 3 failing hasher tests with the ne ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s storage typically shouldn't be used when running tests as collectstatic isn't run as part of the normal t ... se . Just like its parent, you can use it to write tests that involve running the code under test and consu ... d to run collectstatic before or as a part of your tests setup. 目次 The staticfiles app 設定 管理コマンド ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.5.1 release notes — Django 4.0.6 ドキュメント 6328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... maller fixes: Module-level warnings emitted during tests are no longer silently hidden ( #18985 ). Prevente ...
https://man.plustar.jp/django/releases/1.5.1.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iable. For example, to show warnings while running tests:   $ python -Wa manage.py test ...\> py -Wa mana ... you use pytest : $ PYTHONWARNINGS = always pytest tests --capture = no アップグレードプロセスを続ける前に、 ... o テスト ¶ 新しい環境が設定されたら、 run the full test suite 。テストの出力に表示されるように、廃止予定の警 ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT