kicad/qa/tests
Seth Hillbrand 8f03f7c367 Allow non-identical schematic/pcb nets
The schematic net names are fully unique but if we have multiple pads
that are mapped to a NC pin, they need to have unique net names so that
they do not get connected to each other in the ratsnest.  This breaks
the schematic parity check as we have modified the netname for some
pads.  To work around this, we first maintain the zero-th net without
suffix and then add an additional check in DRC to ensure that we allow
unconnected nets as long as the share a common prefix with the schematic
netname.

(cherry picked from commit f61d400d88)
2024-06-21 12:26:23 -07:00
..
cli Workaround to fix a QA not working test on platforms is Python older than 3.9 2023-12-14 11:57:10 +01:00
common Support Altium Schematic ASCII import 2024-03-15 01:17:49 +03:00
eeschema Fix incremental connectivity 2024-04-14 14:14:38 -07:00
gerbview
libs Fix slow selection time when calculating clearance 2024-04-01 17:55:29 -07:00
pcbnew Allow non-identical schematic/pcb nets 2024-06-21 12:26:23 -07:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice Disable flaky ngspice tests 2024-02-08 18:46:30 -05:00
CMakeLists.txt Add common to qa test path 2023-10-07 21:28:28 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00