twtxt/tests
buckket 99a17dd236 Adding option to specify minimal interval between checks (closes #100)
The option is called 'timeline_update_interval', defaults to 10.
The behaviour is as follows: If cache is enabled and was updated
in the last 'timeline_update_interval' seconds, skip any network
requests and load the timline completely from the cache, otherwise
proceed with network requests and add new content to the cache, if
necessary. This only works if the cache is enabled.

An overwrite switch is also added, called: --force-update
When specified network requests will be made to check if
cache content is still up-to-date, but the cache will still
be used, when possible. Use --no-cache if you want to disable
the caching.
2016-03-30 21:26:03 +02:00
..
test_config.py Adding option to specify minimal interval between checks (closes #100) 2016-03-30 21:26:03 +02:00
test_mentions.py Renamed test_mention.py to test_mentions.py 2016-02-10 11:04:53 +01:00
test_models.py Add test for abs_time 2016-02-18 03:00:59 +01:00
test_parser.py Rename modules to prevent confusion with builtin names (closes #31) 2016-02-09 23:19:03 +01:00