Skip to content

Add unit and integration tests for smart contracts #20

@anurag-p6

Description

@anurag-p6

Problem

Currently, the repository does not include automated tests for the smart contracts. This increases the risk of regressions and makes it harder to verify correctness when making changes.

Proposed Solution

Introduce a test suite using Foundry to cover core contract functionality.

The PR will include:

  • Test folder structure (test/unit, test/integration)
  • Initial unit tests for core contract functions
  • Setup utilities
  • Instructions for running tests

This will improve reliability and developer experience when contributing to the repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions