Saltar a contenido

Autodocs pruebas

🧪 Test Suite for Alcancia API.#

This module contains tests for the Alcancia API endpoints. It verifies the following: - ✅ The behavior of the API when the database is empty. - 💰 Deposit transactions. - 💸 Withdrawal transactions. - 🔍 Validation of input data for transactions.

test_empty_database(rest_api) #

🗃️ Tests the API with an empty database.

test_transaction_deposit(rest_api) #

💰 Test deposit transactions.

test_transaction_validation(rest_api) #

🔍 Test validation of transaction inputs.

test_transaction_withdraw(rest_api) #

💸 Test withdrawal transactions.