uprm-inso4101-2024-2025-s1 / semester-project-regiupr

semester-project-regiupr created by GitHub Classroom
7 stars 1 forks source link

Lecture Topic Task: Verification and Testing of Sections Class #76

Open PedroRodz opened 4 days ago

PedroRodz commented 4 days ago

Objective

To ensure the correctness and reliability of the implementation by verifying model properties and conducting thorough unit testing of the sections class of our project.

Description

The task involves verifying that the implementation meets specified requirements through unit testing, validating that the implemented functions return expected results. For example, calling the update function with the parameters '080' and 'S114' on the entry ('080', 'INSO4101', 'Marko Schutz', 'MWF', '2:30p-3:20p', 'S113', 'Presential', 100) should change the entry to ('080', 'INSO4101', 'Marko Schutz', 'MWF', '2:30p-3:20p', 'S114', 'Presential', 100). Each function will have corresponding tests.

Implementation Plan

Create Unit Tests using the unittest library in python.

Branch- Databases

Assignees - @PedroRodz

Milestone-2

Deadline - Oct 4

Difficulty-3

Priority-3

@Ar2691 @michellebou

Ar2691 commented 3 days ago

Specify what implementation would be tested with the unit tests

PedroRodz commented 3 days ago

Specify what implementation would be tested with the unit tests

Ya se lo añadí al título.