File size: 386 Bytes
3d3d712 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# 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! 🚀
|