twisted.python.test.test_systemd.InheritedDescriptorsMixin(object)
class documentationtwisted.python.test.test_systemd
(View In Hierarchy)
Known subclasses: twisted.python.test.test_systemd.EnvironmentTests, twisted.python.test.test_systemd.MemoryOnlyTests
Mixin for a TestCase
subclass which defines test methods for some kind of systemd sd-daemon
class. In particular, it defines tests for a
inheritedDescriptors
method.
Method | test_inheritedDescriptors | inheritedDescriptors returns a list of integers giving the
file descriptors which were inherited from systemd. |
Method | test_repeated | Any subsequent calls to inheritedDescriptors return the
same list. |