database-rider / database-rider

Database testing made easy!

Home Page:https://database-rider.github.io/database-rider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's not possible to use dbunit.yaml (instead of yml)

tiagomistral opened this issue · comments

This is just a minor issue but it's not possible to use the file dbunit with .yaml extension since the code only looks for dbunit.yml .

This is not a problem with this library itself, but it would be an asset if the existence of the file with both extensions was verified.

As the helm chart checks for the existence of yaml files with this extension, I can't have a pattern in my project.

Thanks in advance

Hey @tiagomistral, would you or anyone like to contribute and fix that with a PR?

Thank you for the feedback.

Yes sure :D

Do I had permissions to create a PR? Can you point some guide how to do it?

Yes sure :D

Do I had permissions to create a PR? Can you point some guide how to do it?

Hey Tiago, yes you should be able to fork the project, push the changes to your branch and open a PR.

On top of my head this is the only place where we read that file.

If you make that change, just add a test here for the new suffix should be enough

Let me know if you need any help