検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 80 for tests (0.013 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 7931
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). You could even make it part of your integration test suite. --fail-level {CRITICAL,ERROR,WARNING,INFO,DE ... as not gone through security audits or performance tests. (And that's how it's gonna stay. We're in the bus ... go-admin test [test_label [test_label ...]] ¶ Runs tests for all installed apps. See Django におけるテスト ... for more information. --failfast ¶ Stops running tests and reports the failure immediately after a test f ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it's received extensive testing via our automated test suite, it's received very little real-world testing ... r one particular mode of login failure. Changes in tests execution ¶ Some changes have been introduced in t ... he execution of tests that might be backward-incompatible for some testi ... nsactionTestCase . In order to be able to run unit tests in any order and to make sure they are always isol ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 7602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... code ¶ The exit status code of the test runners ( tests/runtests.py and python manage.py test ) no longer ... represents the number of failed tests, since a failure of 256 or more tests resulted in ... r the test runner is now 0 for success (no failing tests) and 1 for any number of test failures. If needed, ... リースノート 関連キーワード status , new , runner , tests , feature , features , encoding , release , This , ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 7561
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... often as necessary: git commit - m 'Added two more tests for edge cases' Publishing work ¶ You can publish ... ing guidelines for more details, documentation and tests, if needed -- actually tests are always needed, ex ... cept for documentation changes. The test suite must pass and the documentation must build wi ... u should note the environment in which you ran the tests, for instance: "all tests pass under SQLite and My ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 7273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l application, and we'll now create some automated tests for it. 困ったときは: このチュートリアルの実行に問 ... のテストを書く場所は、慣習として、アプリケーションの tests.py ファイル内ということになっています。テストシステ ... テストを見つけてくれます。 polls アプリケーションの tests.py ファイルに次のコードを書きます。 polls/tests.py ... ne from .models import Question class QuestionModelTests ( TestCase ): def test_was_published_recently_with ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Writing code — Django 4.0.6 ドキュメント 7232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e helpful. Improve the documentation or write unit tests . Triage tickets and review patches created by oth ... s to be included in Django core: Coding style Unit tests Submitting patches Working with Git and GitHub Jav ... 連キーワード Writing , patches , tickets , Coding , tests , re , トピック , previous , up , next クイック検索 ...
https://man.plustar.jp/django/internals/contributing/writing-code/index.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 7191
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 出力に慣れておくと良いでしょう。 Before running the test suite, enter the Django tests/ directory using the ... cd tests command, and install test dependencies by running: ... している場合、下記のコマンドを実行します:   $ ./runtests.py ...\> runtests.py さあ、座ってリラックスしてくだ ... いないことが原因です; 依存については Running all the tests を参照し、あなたの変更に関連するテストにする依存ラ ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mention the ticket numbers in some comments in the test so that one can easily trace back the relevant disc ... et and make sure the "Needs documentation", "Needs tests", and "Patch needs improvement" boxes aren't check ... warnings are converted to errors when running the test suite with warnings enabled: python -Wa runtests.py ... or silence any warnings generated when running the tests. The first step is to remove any use of the deprec ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ses are now run in a transaction ¶ Django 1.1 runs tests inside a transaction, allowing better test perform ... nge is slightly backwards incompatible if existing tests need to test transactional behavior, if they rely ... led by the new rollback approach; in the long-term tests should be rewritten to correct the test case. Remo ... esting framework . Test performance improvements ¶ Tests written using Django's testing framework now run d ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now skips the setup of databases not referenced by tests . URL ¶ The new ResolverMatch.route attribute stor ... ly (the database was empty at the end of the whole test suite). This change shouldn't have an impact on you ... r tests unless you've customized TransactionTestCase 's in ... max_length is increased from 80 to 150 characters. Tests that violate deferrable database constraints now e ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT