autobrr/test
soup 4f20b2b3f6
feat(tests): verify external autobrr.com URLs (#1253)
* feat(tests): Verify autobrr.com URLs

* test: drop body content check

* feat: Improved URL Scanning

* cleaned up comments

* refactor: enhance URL checker for readability and flexibility

- Introduce AutobrrURLChecker struct to group related variables and functions
- Replace ioutil.ReadFile with os.ReadFile for reading files
- Adjust HTTP client setup and request creation for better error handling
- Trim trailing slashes from URLs and deduplicate URLs before making requests
- Reduce sleep duration between requests to 500ms

* fix: move test into test/docs
2023-11-14 21:41:46 +01:00
..
definitions feat(tools): Add a simple MockIndexer helper for IRC announcing and indexing (#555) 2022-12-03 16:55:36 +01:00
docs feat(tests): verify external autobrr.com URLs (#1253) 2023-11-14 21:41:46 +01:00
integration feat(irc): attempt SASL login with fallback to nickserv (#333) 2022-07-03 22:49:34 +02:00
mockindexer feat(irc): view announces per channel (#948) 2023-05-21 15:51:40 +02:00