Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Aug 12, 2024
1 parent 9d25fe4 commit 6cc8aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Now defaults to 3.4.9 for Tailwind CSS version.
- Now defaults to 1.46.0 for Playwright version.
- Now defaults to v2024.8.27 for `django-twc-ui` version.
- Instead of using a dictionary of settings specific to tests and using `django.test.utils.override_settings`, we now have a dedicated `tests/settings.py` that imports the project's main `settings.py` and overrides the settings with test specific ones. When trying to use `django-q2` and `pytest-xdist`, there seems to be a bug between the two when also using `override_settings` in that the override for sync mode in q2 does not seem to be respected. This has led to inconsistent behavior when testing parts of the project that use `async_task` from q2 to offload tasks to the background, e.g. sending email via an `async_task` and not being able to check the `mailoutbox`.
- Instead of using a dictionary of settings specific to tests with `django.test.utils.override_settings`, there is now a dedicated `tests/settings.py` that imports the project's main `settings.py` and overrides with test specific ones. When trying to use `django-q2` and `pytest-xdist`, there seems to be a bug between the two when also using `override_settings`. The override for sync mode in q2 does not seem to be respected. This has led to inconsistent behavior when testing parts of the project that use `async_task` from q2 to offload tasks to the background, e.g. sending email via an `async_task` and not being able to check the `mailoutbox`.

### Fixed

Expand Down

0 comments on commit 6cc8aa9

Please sign in to comment.