summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_autoreload.py
AgeCommit message (Expand)Author
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2023-08-28Fixed #34787 -- Fixed autoreloader crash when run from installed script on Wi...sarahboyce
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2022-08-11Refs #30213 -- Removed post-startup check for Watchman availability.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-29Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-19Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park
2021-07-23Fixed #32913 -- Made watchman reloader tests less flaky.Nick Pope
2021-05-26Fixed #32669 -- Fixed detection when started non-django modules which aren't ...Moriyoshi Koizumi
2021-05-26Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...Mariusz Felisiak
2021-05-04Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-01-20Fixed isolation of utils_tests.test_autoreload tests.Mariusz Felisiak
2021-01-18Fixed isolation of test_check_errors_catches_all_exceptions.Mariusz Felisiak
2021-01-05Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz
2020-11-19Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...Carlton Gibson
2020-11-05Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes
2020-07-20Used context manager version of tempfile.TemporaryDirectory() in utils_tests....Jon Dufresne
2020-07-20Used temporary directory in RestartWithReloaderTests.test_manage_py().Tom Forbes
2020-06-18Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows.Tom Forbes
2019-11-05Passed strict=True to Path.resolve() to enforce that the path must exist.Jon Dufresne
2019-09-27Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...Pablo GarcĂ­a
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-07-24Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...Tom Forbes
2019-07-24Removed unused BaseReloader.watch_file().Mariusz Felisiak
2019-07-23Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.Tom Forbes
2019-06-26Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...Tom Forbes
2019-05-29Fixed #30523 -- Fixed updating file modification times on seen files in auto-...Tom Forbes
2019-05-29Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...Tom Forbes
2019-05-28Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...Tom Forbes
2019-04-29Fixed #30323 -- Fixed detecting changes by autoreloader when using StatReloader.Tom Forbes
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-04-24Fixed #30366 -- Skipped StatReloaderTests on HFS+ filesystems.Martijn Jacobs
2019-03-15Cleaned up exception message checking in some tests.Jon Dufresne
2019-02-27Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.shiningfm
2019-02-11Fixed spelling mistakes in comments and tests.Semen Zhydenko
2019-01-28Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2017-11-06Fixed #28501 -- Fixed "python -m django runserver" crash.Yusuke Miyazaki
2017-11-06Added RestartWithReloaderTests.Yusuke Miyazaki
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-12-22Added tests for django.utils.autoreload.Phil Tysoe
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2015-08-29Made the autoreloader survive all exceptions.Aymeric Augustin
2015-08-29Ensured gen_filenames() yields native strings.Aymeric Augustin
2015-08-29Refactored autoreload tests.Aymeric Augustin