mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
The active pytest layout is:
test/unitfor fast helper and mocked component teststest/integrationfor CPU-only filesystem, CLI wiring, and module interaction teststest/functionalfor heavier workflow tests that still belong to the main package test treetest/clusterfor Slurm, GPU, or workstation smoke wrappers that are run explicitlytest/outdatedfor legacy tests kept for reference until they are rewritten or deleted
Notes:
pytest.inionly collectsunit,integration, andfunctional.conftest.pyauto-applies markers from the directory layout.test/alphalinknow holds AlphaLink fixture files used by optional tests and cluster smoke runs.test/RELEASE_READINESS.mdtracks which workflows are continuously protected by CI and which still require explicit cluster or manual validation before a release.