This commit is contained in:
Gareth J. Greenaway 2018-11-26 11:47:56 -08:00
parent 45a1aa3bdc
commit fced78bfa7
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -343,6 +343,7 @@ class ZMQConfigTest(TestCase):
master_port=m_port,
source_port=s_port) == 'tcp://0.0.0.0:{0};{1}:{2}'.format(s_port, m_ip, m_port)
class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin):
@classmethod