Skip to content

Add unit tests for wire module#599

Open
vipul-09 wants to merge 1 commit into
FOSSEE:masterfrom
vipul-09:pr-wire-tests-clean
Open

Add unit tests for wire module#599
vipul-09 wants to merge 1 commit into
FOSSEE:masterfrom
vipul-09:pr-wire-tests-clean

Conversation

@vipul-09

Copy link
Copy Markdown

Related Issues

Improves test coverage for the schematic converter by adding automated unit tests for the wire.py module. These tests verify wire and connector parsing and help detect regressions during future development.

Purpose

The main objective is to improve the test coverage of the schematic converter by adding automated unit tests for the wire.py module. These tests verify correct creation of Wire and Connector objects and ensure that wire and connector parsing functions behave as expected.

Approach

Created a pytest-based test suite under:

unit_tests/test_wire.py

The following functionality is covered:

Wire object creation
Connector object creation
parseWire() functionality
parseConn() functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant