spice2wireviz/tests
Ryan Malloy eb3ad60bd1 Fix linting issues and ground/power filtering in inter-module mapper
- Use CalVer dot notation (2026.2.13) for PEP 440 compliance
- Filter pinlabels for top-level components when ground/power hidden
- Fix unused variables, long lines, import ordering (ruff clean)
- Use StrEnum for PinDirection (Python 3.11+)
- Add .gitignore and README.md
- All 105 tests pass including WireViz roundtrip validation
2026-02-13 01:27:45 -07:00
..
fixtures Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00
__init__.py Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00
test_cli.py Fix linting issues and ground/power filtering in inter-module mapper 2026-02-13 01:27:45 -07:00
test_filter.py Fix linting issues and ground/power filtering in inter-module mapper 2026-02-13 01:27:45 -07:00
test_inter_module.py Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00
test_netlist_parser.py Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00
test_roundtrip.py Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00
test_single_module.py Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00
test_yaml_emitter.py Initial project structure for spice2wireviz 2026-02-13 01:24:41 -07:00