feat: setup dynamic rspec testing / good-bye manual test creation#255
Merged
gildesmarais merged 3 commits intomasterfrom Sep 10, 2025
Merged
feat: setup dynamic rspec testing / good-bye manual test creation#255gildesmarais merged 3 commits intomasterfrom
gildesmarais merged 3 commits intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces dynamic test generation for config files, streamlining the testing process and reducing the need for individual spec files. It also updates several config YAML files to use parameterized sections, and improves documentation and Makefile commands to support the new workflow.
Testing infrastructure improvements:
test-config,test-domain,test-debug) and migration helpers (migrate-tests,restore-tests) to theMakefileto support testing individual configs and domains, and to facilitate migration to dynamic tests.spec/html2rss/configs/directory, as dynamic tests now cover these cases. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Config file enhancements:
apnews.com/hub.yml,cnet.com/section_sub.yml,webentwickler-jobs.de/in.yml) to use parameterized sections, allowing for more flexible and reusable configuration. [1] [2] [3]Documentation updates:
README.mdexplaining dynamic test generation and how to use the new Makefile commands for testing configs and domains, making it easier for contributors to add and test new configs.