Default refinements: ```python class_refinements=[ (Resistor, GenericChipResistor), (Capacitor, GenericMlcc), ], class_values=[(IdealModel, ["allow_ideal"], True)], ``` Possibly more for other classes. Also refactor the existing tests to use this.
Default refinements:
Possibly more for other classes.
Also refactor the existing tests to use this.