Closed makampos closed 2 weeks ago
IntegrationTestFactory.cs
DatabaseTest
ServiceCollectionExtensions
WorkoutControllerTests
WorkoutPlanControllerTests
wf-tests.yml
IntegrationTestFactory.cs
as a foundational class to configure integration tests.DatabaseTest
class as a helper containing useful and reusable methods and dependencies for testing.ServiceCollectionExtensions
to streamline service registration in tests.WorkoutControllerTests
andWorkoutPlanControllerTests
to validate controller functionality.wf-tests.yml
for the CI workflow to automate the execution of unit tests.