Running pytest
quickstart
setup
make sure you completed the taskweaver quickstart
run tests
- execute
./scripts/run_pytest.sh
from the project root
notes
- the script temporarily sets
PYTHONPATH
and runs pytest - no permanent environment changes
- pass additional pytest arguments as needed
done! 🚀