tskwvr / website /docs /run_pytest.md
TRaw's picture
Upload 297 files
3d3d712
# 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! πŸš€