This website requires JavaScript.
Explore
Help
Register
Sign In
lee
/
changedetection.io
Watch
1
Star
0
Fork
0
You've already forked changedetection.io
mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced
2026-07-08 00:10:46 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
cf09f03d3288fc0e06c1cde80f7c7d9ea975da5f
changedetection.io
/
changedetectionio
/
tests
T
History
bwees
7fb432bf06
Created working tests
2022-07-13 17:58:30 -04:00
..
fetchers
…
unit
…
__init__.py
…
conftest.py
New filter - Block change-detection if text matches - for example, block change-detection while the text "out of stock" is on the page, know when the text is no longer on the page (
#698
)
2022-06-15 22:59:37 +02:00
test_access_control.py
…
test_api.py
bug fix:
last_changed
was being set on the first fetch, should only be set on the change after the first fetch
#705
2022-06-23 09:41:55 +02:00
test_auth.py
…
test_backend.py
'Mark all viewed' button was missing in this version, added test also. (
#652
)
2022-06-02 10:01:03 +02:00
test_backup.py
…
test_block_while_text_present.py
New filter - Block change-detection if text matches - for example, block change-detection while the text "out of stock" is on the page, know when the text is no longer on the page (
#698
)
2022-06-15 22:59:37 +02:00
test_clone.py
…
test_css_selector.py
…
test_diff_filter_only_additions.py
Created working tests
2022-07-13 17:58:30 -04:00
test_diff_filter_only_deletions.py
Created working tests
2022-07-13 17:58:30 -04:00
test_element_removal.py
…
test_encoding.py
…
test_errorhandling.py
…
test_extract_regex.py
Test improvement: Extract text should return all matches
2022-07-10 20:05:48 +02:00
test_history_consistency.py
fix test to include the new previous.txt file
2022-07-12 21:11:42 -04:00
test_html_to_text.py
…
test_ignore_regex_text.py
…
test_ignore_text.py
…
test_ignorehyperlinks.py
…
test_ignorestatuscode.py
…
test_ignorewhitespace.py
…
test_import.py
…
test_jsonpath_selector.py
…
test_nonrenderable_pages.py
…
test_notification_errors.py
…
test_notification.py
Notifications log - log what was sent after applying all cleanups
2022-06-14 17:01:13 +02:00
test_request.py
…
test_security.py
…
test_share_watch.py
…
test_source.py
…
test_trigger_regex_with_filter.py
…
test_trigger_regex.py
…
test_trigger.py
…
test_unique_lines.py
[new filter] Filter option - Trigger only when NEW content (lines) are detected ( compared to earlier text snapshots ) (
#685
)
2022-06-28 18:34:32 +02:00
test_watch_fields_storage.py
…
test_xpath_selector.py
…
util.py
…