dhcpkit.tests package

All the unit tests go here

class dhcpkit.tests.DeepCopyMagicMock(*args, **kw)[source]

Bases: unittest.mock.MagicMock

A magic mock class that deep-copies the method arguments to check the state of mutable objects at call time

Subpackages