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
- Removed the redundant tests.yml workflow and consolidated it into ci.yml for better management.
- Updated CHANGELOG.md to reflect the addition of performance tests and the update to version 0.2.0.
- Modified README.md to include new usage instructions and requirements.
- Enhanced logging.md, testing.md, and usage.md documentation to provide clearer guidelines.
- Updated pyproject.toml to reflect the new version and dependencies.
Changes include:
- Deletion of .github/workflows/tests.yml
- Modifications to various documentation files
- Addition of performance tests directory
Copy file name to clipboardExpand all lines: docs/testing.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Testing Guide
2
2
3
3
## Overview
4
-
TSignal uses pytest for testing. Our test suite includes unit tests, integration tests, and supports async testing.
4
+
TSignal requires Python 3.10 or higher and uses pytest for testing. Our test suite includes unit tests, integration tests, performance tests, and supports async testing.
0 commit comments