Skip to content
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

Fix subplugin regression tests #56

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

bakpaul
Copy link
Contributor

@bakpaul bakpaul commented Jan 8, 2024

This PR fixes the problem of running regression tests in plugins when their references are inside of the plugin and not Regression (e.g. BeamAdapter)

The idea is to have a stand alone *.regression.tests file that also includes the relative path of the reference folder. This is meant to be placed at the top of the reference file in a relative manner (see PR 4420 of sofa repository for example). This allows two things :

  1. Having a stand alone file ease the process of finding the reference folder for any new comer
  2. Having a stand alone file ease the process of automatizing the retrieval of new regression test along with their reference folder without the need of modifying anything in the CI script.

bakpaul and others added 2 commits January 5, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant