bookwyrm/bookwyrm/tests
Mouse Reeve 317cf5fcf5 Generate fewer add_status_tasks
Previously, every time a status was saved, a task would start to add it
to people's timelines. This meant there were a ton of duplicate tasks
that were potentially heavy to run. Now, the Status model has a "ready"
field which indicates that it's worth updating the timelines. It
defaults to True, which prevents statuses from accidentally not being
added due to ready state.

The ready state is explicitly set to false in the view, which is the
source of most of the noise for that task.
2022-11-15 14:14:32 -08:00
..
activitypub Use asyncio for broadcasting 2022-11-10 15:41:56 -08:00
activitystreams Generate fewer add_status_tasks 2022-11-15 14:14:32 -08:00
connectors Merge pull request #2150 from cincodenada/fix-pylint 2022-06-05 15:41:32 -07:00
data Write tests for Calibre importer 2022-05-05 13:08:01 +02:00
importers Updates mocks in tests 2022-11-07 09:50:05 -08:00
lists_stream More mocks 2022-07-02 19:43:59 -07:00
management Updates init files for pylint 2022-04-08 14:16:05 -07:00
models Use asyncio for broadcasting 2022-11-10 15:41:56 -08:00
templatetags That test didn't work 2022-10-04 12:09:05 -07:00
views Generate fewer add_status_tasks 2022-11-15 14:14:32 -08:00
__init__.py Python formatting 2022-04-08 14:24:14 -07:00
test_book_search.py add wonky ISBN test 2022-08-30 19:57:25 +10:00
test_context_processors.py Select theme in context processors 2022-03-01 09:53:02 -08:00
test_emailing.py Updates test_* tests 2021-12-09 13:02:23 -08:00
test_postgres.py Pylint fixes 2022-07-02 12:07:22 -07:00
test_preview_images.py Updates test_* tests 2021-12-09 13:02:23 -08:00
test_sanitize_html.py Use "strip" in bleach 2022-07-04 13:55:58 -07:00
test_signing.py Various pylint complaince fixes 2022-04-08 14:23:37 -07:00
test_suggested_users.py Updates tests 2022-01-06 12:13:24 -08:00
test_utils.py Adds test file for utils 2022-07-06 15:07:46 -07:00
validate_html.py Removes test exception 2022-08-05 11:04:32 -07:00