Skip to content

[BUG] Parameterize Repetitive Type Validation Tests Using it.each() #64

Description

@durdana3105

Problem

Several test cases follow similar patterns with duplicated assertions. This repetition makes the test suite harder to maintain and extend.

Proposed Solution
Refactor repetitive tests using it.each() or table-driven testing.
Group similar scenarios into reusable datasets.
Reduce duplicated assertion logic.
Benefits
Cleaner test code.
Improved maintainability.
Easier addition of future test cases.

Please assign this issue to me under eSOC.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions