Labels: infrastructure, testing
Priority: Medium
Estimated Time: 1 hour
Description:
As the ~11 disabled test modules tracked in #82 are re-enabled, confirm scripts/test.sh (the presumed local dev entry point) actually runs them rather than relying solely on cargo test --workspace picking them up implicitly, especially if scripts/test.sh filters by feature flag or test name pattern.
Tasks:
- Audit
scripts/test.sh for any test-name filters that might silently exclude newly re-enabled modules
- Add an explicit check that the module count run matches the module count declared via
mod in both contracts' lib.rs
- Update the script as modules are re-enabled
Labels:
infrastructure,testingPriority: Medium
Estimated Time: 1 hour
Description:
As the ~11 disabled test modules tracked in #82 are re-enabled, confirm
scripts/test.sh(the presumed local dev entry point) actually runs them rather than relying solely oncargo test --workspacepicking them up implicitly, especially ifscripts/test.shfilters by feature flag or test name pattern.Tasks:
scripts/test.shfor any test-name filters that might silently exclude newly re-enabled modulesmodin both contracts'lib.rs