Agoric / BytePitchPartnerEng

For engineering items partnered with BytePitch. Primarily for project management and tracking
0 stars 0 forks source link

migrate existing `vaults related` tests to z:acceptance #7

Open Jorge-Lopes opened 1 month ago

Jorge-Lopes commented 1 month ago

Effort Estimate: 16 hours (2 days) Effort Required: 16 hours (2 days)

Dependencies: Issue #4

Objective:
Migrate selected subset test cases from a3p proposals to the z:acceptance test phase and execute them to validate expected behavior.

### Tasks
- [x] Select Test Cases for Migration
- [x] Incorporate selected tests to the `z:acceptance` test phase
- [x] Execute and confirm the expected behavior
Jorge-Lopes commented 1 month ago

Select Test Cases for Migration

Some identified test cases are focused on the actions that can be executed on vaults, which are strong candidates for migration to a more unified structure.

The selected tests are:

The goal of this migration is to consolidate these tests into a single, dedicated test file for vaults behavior. This structure will serve as a foundation for future vaults-related test cases, allowing for easier maintenance and scalability.

Design decision

Currently, there is already an test-vaults.mts file that test operations related to changes on auctions parameters. I propose rename this test to auction.test and extend its coverage to all auction-related tests.