-
Notifications
You must be signed in to change notification settings - Fork 714
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
Swap test file paths to use testdata_base_path
#5848
Comments
testdata_base_path
Oh thank you @GallVp ! |
Yes, I think it does. It uses single quotes for the updated paths. I'll keep testing it and post updates here. |
If you mean params.test_data["xyz"], then the current version does not cope with that: https://github.com/GallVp/nxf-components/blob/6eaf5c8313ddd3d0672c3388cfe981bafb872d70/.github/get_test_data_path_update.nf#L18 Needs an update! |
Yeah, not sure if that is generally used but worth checking. |
I can't see any use of |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
List of modules with issues with their nf-tests
|
In the last few months we have swapped the file paths used in tests from:
to direct paths like:
This is in the guidelines now, but could do with a bulk update.
It would be great to have an automatic method to update all the filepaths at once, at least in the nf-test tests (but should be equivalent for pytest I think)
This could do with a linting check too, to ensure that new modules (or pytest -> nf-test conversions) still keep this.
The text was updated successfully, but these errors were encountered: