func TestSatisfiesInterface(t *testing.T) {
    t.Parallel()

    assert.Implements(t, (*pp.BasePrinter)(nil), new(human.Printer))
    assert.Implements(t, (*pp.NodePrinter)(nil), new(human.Printer))