Move gather registries#1
Closed
ErikDanielsson wants to merge 74 commits intorefactor-download-testsfrom
Closed
Conversation
Did my best, and wanted to keep the code verbatim before things really start shifting.
… version handling - Introduced separate test files for module changes, deprecations, todos, and version functionalities. - Implemented basic structure and placeholder tests for each new test file to ensure future functionality can be added. - Removed the old test_lint.py file to streamline the test organization.
…ssed tests - Updated the assertion to verify the presence of "test_snap_md5sum" in the passed tests. - Improved handling to accommodate both LintResult objects and tuple formats for better robustness.
BREAKING CHANGE: The `arm` profile has been renamed to `arm64` and now provides native ARM64 support using Wave containers instead of x86 emulation. - Replace `arm` profile with `arm64` profile for native ARM64 execution - Add `emulate_amd64` profile for users who need x86 emulation on ARM hardware - The `arm64` profile works universally on Apple Silicon, AWS Graviton, and other ARM64 platforms - Users must update: `-profile arm` → `-profile arm64` (for native) or `-profile emulate_amd64` (for emulation) Fixes nf-core#3536 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace skeleton tests with actual implementations for module_changes, module_deprecations, module_version, and module_todos - Remove duplicate MockModuleLint class definitions and consolidate imports to test_lint_utils - Rename TestMainNf to TestMainNfLinting with improved documentation - Add comprehensive test coverage for lint functionality including edge cases and error conditions - Add CLAUDE.md to .gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Instead of raising a UserWarning when a cached JSON config file is corrupted, now logs a warning and attempts to delete the corrupted cache file, allowing the config to be regenerated. This prevents test failures in CI when cache files become corrupted. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Merged
4 tasks
ignore files in gitignore also for pipeline_if_empty_null lint test
Add GHA to update template nf-test snapshots
- Replace assertions in setUp methods with skipTest() for proper error handling - Remove unnecessary setUp methods where only one test needs module installation - Eliminate manual test cleanup code relying on test framework isolation - Consolidate module installation in setUp where all tests in class need it - Update registry test to properly expect failures with mismatched registries Addresses code review feedback on test best practices and structure. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Refactor module lint tests
…asy-copy Ftr/test datasets easy copy
…-again Refactor pipeline downloads command to use `nextflow inspect` for container detection
…/nf-core-tools into issues/3732-upd-download-wf
…nload-wf fix: Remove dependency on dev branch of tools
…talled and assume python instead.
…ripts Add container load scripts for Docker and Podman (nf-core#3634 follow up)
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.
PR checklist
CHANGELOG.mdis updateddocsis updated