Test Runner
Run pytest for the neuromf project using the neuromf conda environment.
Instructions
- •Run the tests specified by
$ARGUMENTS. If no arguments given, run all tests intests/. - •Command format:
bash
~/.conda/envs/neuromf/bin/python -m pytest $ARGUMENTS -v --tb=short
- •If tests fail, analyze the failures and suggest fixes.
- •If all tests pass, report the summary.