# Running pytest ## quickstart ### setup make sure you completed the [taskweaver quickstart](https://github.com/microsoft/TaskWeaver#quick-start) ### 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! 🚀