Mobilizon-Reshare-condividi.../tests/publishers
magowiz 45802ecbdd
Feature/optimizing download (#118)
* add column last_update_time

* save last_update_time in event db record

* use id + updatedAt for comparison instead of mobilizon_id, this will treat updated events like new ones

* rework event selection/comparison to include unpublished with updates to ones need to be saved

* added update for unpublished events

* tests: test_update: Add create_unpublished_events tests.

* Move `MobilizonEvent.to_model` to `storage.query`

* Move `MobilizonEvent.from_model` to `storage.query`

* Move `MobilizonEvent.compute_status` to `storage.query`

* Move `publishers.exception.EventNotFound` to `storage.query.exceptions`
2022-02-09 00:54:56 +01:00
..
__init__.py added test predicates 2021-05-02 11:23:31 +02:00
conftest.py Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
test_coordinator.py Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
test_mastodon.py Fix publication exception handling for notification. (#105) 2021-11-27 23:31:44 +01:00
test_telegram.py Fix markdown cropping (#128) 2022-01-18 01:39:00 +01:00
test_zulip.py Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00