-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[modularity] Module defaults #340
Comments
So what's the problem? Create it ;) |
The idea was to have a dedicated step that would be referring to modules rather than using the generic step for ini files in the *.feature file.
@mhatina @dmach |
Why to create such weird steps? There is already one to create ini files... dnf-docker-test/features/steps/file_steps.py:@given('an INI file "{filepath}" with') |
Because it would make the test scenario more readable. This is the concept of the BDT. |
In this case I don't think that it makes any time more readable... |
With that argument even the INI step is useless as we already have step_a_file_filepath_with. |
We need ini file with defaults for testing purposes (enable module based on installing rpm).
File should look like this:
and should be saved in
/etc/dnf/modules.defaults.d/
ashttpd.defaults
.The text was updated successfully, but these errors were encountered: