Autodocs pruebas
Test Suite for Courses API.#
This module contains tests for the Courses API endpoints. It verifies the following: - The behavior of the API when the database is empty. - Create courses records. - Update courses records. - Delete courses records. - Validation of input data for courses records.
test_create_curso(rest_api)
#
Test creating course records.
test_curso_validation(rest_api)
#
Test validation of course inputs.
test_delete_curso(rest_api)
#
Test deleting course records.
test_empty_database(rest_api)
#
Tests the API with an empty database.
test_update_curso(rest_api)
#
Test updating course records.