kicad/qa/tests
Seth Hillbrand f61d400d88 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.
2024-04-15 17:54:44 -07:00
..
api Add QA tests and expand serialization for API 2024-04-02 19:51:18 -04: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 Fix more build warnings 2024-03-23 08:53:11 -04:00
eeschema Collapse LIB_FIELD into SCH_FIELD. 2024-04-13 15:42:13 +01:00
gerbview Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
libs Refactor; add user control over API server 2024-04-02 19:51:18 -04:00
pcbnew Allow non-identical schematic/pcb nets 2024-04-15 17:54:44 -07:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice Collapse LIB_FIELD into SCH_FIELD. 2024-04-13 15:42:13 +01:00
CMakeLists.txt Fix running pytest tests in macOS 2024-04-06 12:15:35 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00