summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_autoreload.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-205/+269
* Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan2021-09-291-0/+16
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-3/+6
* Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park2021-08-191-1/+6
* Fixed #32913 -- Made watchman reloader tests less flaky.Nick Pope2021-07-231-1/+1
* Fixed #32669 -- Fixed detection when started non-django modules which aren't ...Moriyoshi Koizumi2021-05-261-1/+10
* Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...Mariusz Felisiak2021-05-261-0/+11
* Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan2021-05-041-1/+1
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-4/+4
* Fixed isolation of utils_tests.test_autoreload tests.Mariusz Felisiak2021-01-201-4/+10
* Fixed isolation of test_check_errors_catches_all_exceptions.Mariusz Felisiak2021-01-181-2/+5
* Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz2021-01-051-1/+13
* Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...Carlton Gibson2020-11-191-5/+5
* Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes2020-11-051-0/+22
* Used context manager version of tempfile.TemporaryDirectory() in utils_tests....Jon Dufresne2020-07-201-18/+16
* Used temporary directory in RestartWithReloaderTests.test_manage_py().Tom Forbes2020-07-201-8/+11
* Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.Tom Forbes2020-06-181-0/+53
* Passed strict=True to Path.resolve() to enforce that the path must exist.Jon Dufresne2019-11-051-4/+4
* Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...Pablo GarcĂ­a2019-09-271-1/+1
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-1/+2
* Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...Tom Forbes2019-07-241-0/+6
* Removed unused BaseReloader.watch_file().Mariusz Felisiak2019-07-241-18/+0
* Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.Tom Forbes2019-07-231-0/+11
* Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...Tom Forbes2019-06-261-0/+4
* Fixed #30523 -- Fixed updating file modification times on seen files in auto-...Tom Forbes2019-05-291-0/+10
* Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...Tom Forbes2019-05-291-0/+30
* Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...Tom Forbes2019-05-281-0/+4
* Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.Tom Forbes2019-04-291-58/+6
* Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green2019-04-261-0/+9
* Fixed #30366 -- Skipped StatReloaderTests on HFS+ filesystems.Martijn Jacobs2019-04-241-1/+4
* Cleaned up exception message checking in some tests.Jon Dufresne2019-03-151-1/+1
* Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm2019-02-271-0/+6
* Fixed spelling mistakes in comments and tests.Semen Zhydenko2019-02-111-24/+24
* Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes2019-01-281-0/+8
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-131-195/+577
* Fixed #28501 -- Fixed "python -m django runserver" crash.Yusuke Miyazaki2017-11-061-0/+9
* Added RestartWithReloaderTests.Yusuke Miyazaki2017-11-061-0/+25
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-8/+7
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+2
* Added tests for django.utils.autoreload.Phil Tysoe2016-12-221-1/+68
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-5/+4
* Made the autoreloader survive all exceptions.Aymeric Augustin2015-08-291-0/+16
* Ensured gen_filenames() yields native strings.Aymeric Augustin2015-08-291-0/+4
* Refactored autoreload tests.Aymeric Augustin2015-08-291-43/+70
* Accounted for error files in the autoreloader.Aymeric Augustin2015-08-291-0/+40
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-9/+10
* Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham2015-02-171-8/+9