Results of 1 - 10 of about 23 for runner (0.019 sec.)
- Advanced testing topics — Django 4.0.6 ドキュメント 15248
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
self . file ), ( 48 , 48 )) Using the Django test runner to test reusable applications ¶ If you are writing ...
le application you may want to use the Django test runner to run your own test suite and thus benefit from t ...
import settings from django.test.utils import get_runner if __name__ == "__main__" : os . environ [ 'DJANGO ...
E' ] = 'tests.test_settings' django . setup () TestRunner = get_runner ( settings ) test_runner = TestRunner ...
-
https://man.plustar.jp/django/topics/testing/advanced.html
- [similar]
- Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 10674
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ト . Backwards-incompatible changes in 1.1.2 ¶ Test runner exit status code ¶ The exit status code of the tes ...
t runners ( tests/runtests.py and python manage.py test ) n ...
xit status code. The exit status code for the test runner is now 0 for success (no failing tests) and 1 for ...
test failures can be found at the end of the test runner's output. Cookie encoding ¶ To fix bugs with cooki ...
-
https://man.plustar.jp/django/releases/1.1.2.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 10171
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
any test module ¶ Django 1.6 ships with a new test runner that allows more flexibility in the location of te ...
sts. The previous runner ( django.test.simple.DjangoTestSuiteRunner ) found ...
es of a Python package in INSTALLED_APPS . The new runner ( django.test.runner.DiscoverRunner ) uses the tes ...
option is now ignored and can be removed. New test runner ¶ In order to maintain greater consistency with Py ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]
- Django 1.2.4 release notes — Django 4.0.6 ドキュメント 8545
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
s for details. GeoDjango ¶ The function-based TEST_RUNNER previously used to execute the GeoDjango test suit ...
finally deprecated in favor of a class-based test runner, django.contrib.gis.tests.GeoDjangoTestSuiteRunner ...
-
https://man.plustar.jp/django/releases/1.2.4.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8545
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ption. When specified, this option causes the test runner to exit after encountering a failure instead of co ...
to handle or filter out the _state attribute. Test runner exit status code ¶ The exit status code of the tes ...
t runners ( tests/runtests.py and python manage.py test ) n ...
xit status code. The exit status code for the test runner is now 0 for success (no failing tests) and 1 for ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8127
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tom test management command arguments through test runner ¶ The method to add custom arguments to the test m ...
anagement command through the test runner has changed. Previously, you could provide an opti ...
on_list class variable on the test runner to add more arguments (à la optparse ). Now to imp ...
dd_arguments(cls, parser) class method on the test runner and call parser.add_argument to add any custom arg ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 8060
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
to 'https' . The extra_tests argument for DiscoverRunner.build_suite() and DiscoverRunner.run_tests() will ...
s.logout_then_login() will be removed. django.test.runner.setup_databases() will be removed. django.utils.tr ...
le and the class django.test.simple.DjangoTestSuiteRunner will be removed. Instead use django.test.runner.Di ...
scoverRunner . The module django.test._doctest will be removed. ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- django-admin と manage.py — Django 4.0.6 ドキュメント 8060
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the failure immediately after a test fails. --testrunner TESTRUNNER ¶ Controls the test runner class that i ...
his value overrides the value provided by the TEST_RUNNER setting. --noinput , --no-input ¶ Suppresses all u ...
ing about deleting an existing test database. Test runner options ¶ The test command receives options on beh ...
alf of the specified --testrunner . These are the options of the default test runner ...
-
https://man.plustar.jp/django/ref/django-admin.html
- [similar]
- Django 1.11 リリースノート — Django 4.0.6 ドキュメント 8060
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ticular filesystem.Loader . テスト ¶ Added DiscoverRunner.get_test_runner_kwargs() to allow customizing the ...
keyword arguments passed to the test runner. Added the test --debug-mode option to help troubl ...
st.utils.setup_databases() (moved from django.test.runner ) and teardown_databases() functions make it easie ...
r to build custom test runners. Added support for unittest.TestCase.subTest() 's ...
-
https://man.plustar.jp/django/releases/1.11.html
- [similar]
- Django 3.0 リリースノート — Django 4.0.6 ドキュメント 8060
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
r to the same character as equivalent. Django test runner now supports headless mode for selenium tests on s ...
--headless option to enable this mode. Django test runner now supports --start-at and --start-after options ...
ting from a specific top-level module. Django test runner now supports a --pdb option to spawn a debugger at ...
-
https://man.plustar.jp/django/releases/3.0.html
- [similar]