Run PyYAML tests
mainPyYAML provides a Makefile to run various test suites.
- Run the complete suite (pure Python + LibYAML extension):
make test - Run only pure Python tests:
make test-python - Run only LibYAML extension tests:
make test-libyaml - Test with a specific Python version:
make test PYTHON-VERSION=<version>