Skip to content

Commit 70b1db9

Browse files
Update course details in README for SWEN 777
1 parent 2362942 commit 70b1db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

courseProjectDocs/Unit-Testing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This document explains how to run the 15 additional unit test cases added to the pandas codebase as part of our SWEN 777 course project. These tests target critical edge cases and uncovered logic paths across three key pandas modules.
66

77
**Project Details:**
8-
- **Course:** SWEN 777 - Software Architecture
8+
- **Course:** SWEN 777 - Software Quality Assurance
99
- **Group Size:** 3 members
1010
- **Deliverable:** 15 meaningful unit test cases (5 per student)
1111
- **Target:** Increase test coverage for uncovered or edge-case logic
@@ -240,4 +240,4 @@ For further test development:
240240
1. Monitor coverage reports to identify additional gaps
241241
2. Consider adding integration tests for cross-module functionality
242242
3. Expand boundary condition testing for other pandas modules
243-
4. Add performance benchmarks for edge case scenarios
243+
4. Add performance benchmarks for edge case scenarios

0 commit comments

Comments
 (0)