# test > Run pytest tests for the vMF project - Author: MPascual - Repository: MarioPasc/vMF - Version: 20260209185833 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/MarioPasc/vMF - Web: https://mule.run/skillshub/@@MarioPasc/vMF~test:20260209185833 --- --- name: test description: Run pytest tests for the vMF project allowed-tools: - Bash argument-hint: "[test-path or pattern, e.g. 'tests/test_vit.py' or '-k test_forward']" --- # Test Runner Run pytest for the vMF project using the vmf conda environment. ## Instructions 1. Run the tests specified by `$ARGUMENTS`. If no arguments given, run all tests in `tests/`. 2. Command format: ```bash ~/.conda/envs/vmf/bin/python -m pytest $ARGUMENTS -v --tb=short ``` 3. If tests fail, analyze the failures and suggest fixes. 4. If all tests pass, report the summary.