Developer Documentation¶
This documentation is aimed at maintainers of execution-spec-tests
but may be helpful during test case development:
- Managing configurations: Instructions for setting up and modifying test configurations.
- Interactive usage: Guide on interactive use of EEST packages using
ipython
. - Generating documentation: Steps to create and build documentation for the project.
- Coding style: Standards and best practices for code formatting and to maintain consistency across the repository.
- Enabling pre-commit checks: A guide for setting up pre-commit hooks to enforce code quality before commits.
- Running github actions locally: Instructions for testing GitHub Actions workflows on your local machine to streamline development and debugging.