You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this issue is to prepare a comprehensive testing documentation file to guide contributors in writing, organising, and running tests consistently. The document should include testing principles, test types, writing guidelines, and CI integration practices.
Tasks:
Create a new file TESTING.md in the project root.
Add sections for:
Testing Principles
Test Types (Unit, Integration, Edge Case, Regression)
Writing Tests (Structure and Checklist)
Running Tests
Tools and Frameworks
Continuous Integration
Verify all instructions are accurate and applicable to the project.
Add example configurations for CI and test coverage.
Submit the document for review.
References:
Refer to the draft document prepared in the TESTING.md
The text was updated successfully, but these errors were encountered:
- Created `TESTING.md` to outline guidelines for writing, organising, and running tests.
- Included sections on testing principles, test types, writing tests, tools, and CI integration.
- Added example configurations for GitHub Actions and test coverage thresholds.
This is related to the issue #92
- Added a section for testing to ensure contributors document added tests and test coverage.
- Added a reference to the `TESTING.md` file in the Testing section of the template.
- Updated the checklist to include:
- Confirmation of tests for new functionality.
- Verification that existing tests pass without modifications.
This is related to the issue #92
Description:
The purpose of this issue is to prepare a comprehensive testing documentation file to guide contributors in writing, organising, and running tests consistently. The document should include testing principles, test types, writing guidelines, and CI integration practices.
Tasks:
Create a new file TESTING.md in the project root.
Add sections for:
Testing Principles
Test Types (Unit, Integration, Edge Case, Regression)
Writing Tests (Structure and Checklist)
Running Tests
Tools and Frameworks
Continuous Integration
Verify all instructions are accurate and applicable to the project.
Add example configurations for CI and test coverage.
Submit the document for review.
References:
TESTING.md
The text was updated successfully, but these errors were encountered: