CircuitModelTest

class ip_manager.testing.CircuitModelTest

Abstract base class for testing the CircuitModelView

Provides fixtures for custom higher level tests with S-models to ensure circuit behaviour stays correct. This test does not require a reference file.

abstract component()

Fixture returning the component (i3.PCell object) to be tested.

Needs to be implemented by the user.