ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / pybonjour / test / results-3.7.master
blobd078ede0ae8bf7772d57bcea55a64a853f661f51
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D)
6 asyncio: mode=strict
7 collecting ... collected 7 items
9 ::project PASSED
10 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord PASSED
11 test_pybonjour.py::TestPyBonjour::test_construct_fullname PASSED
12 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord PASSED
13 test_pybonjour.py::TestPyBonjour::test_enumerate_domains SKIPPED (sk...)
14 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve PASSED
15 test_pybonjour.py::TestPyBonjour::test_txtrecord PASSED
17 =============================== warnings summary ===============================
18 test_pybonjour.py::TestPyBonjour::test_txtrecord
19   $(@D)/test_pybonjour.py:279: DeprecationWarning: Please use assertTrue instead.
20     self.assert_(not txt)
22 test_pybonjour.py::TestPyBonjour::test_txtrecord
23   $(@D)/test_pybonjour.py:288: DeprecationWarning: Please use assertTrue instead.
24     self.assert_(txt['none'] is None)
26 test_pybonjour.py::TestPyBonjour::test_txtrecord
27   $(@D)/test_pybonjour.py:292: DeprecationWarning: Please use assertTrue instead.
28     self.assert_(txt)
30 test_pybonjour.py::TestPyBonjour::test_txtrecord
31   $(@D)/test_pybonjour.py:299: DeprecationWarning: Please use assertTrue instead.
32     self.assert_('foo' in txt)
34 test_pybonjour.py::TestPyBonjour::test_txtrecord
35   $(@D)/test_pybonjour.py:301: DeprecationWarning: Please use assertTrue instead.
36     self.assert_('foo' not in txt)
38 test_pybonjour.py::TestPyBonjour::test_txtrecord
39   $(@D)/test_pybonjour.py:314: DeprecationWarning: Please use assertTrue instead.
40     self.assert_(txt['DNS-SD Is Cool'] is None)
42 test_pybonjour.py: 10 warnings
43   $(@D)/test_pybonjour.py:66: DeprecationWarning: Please use assertTrue instead.
44     self.assert_(sdRef in ready[0], 'operation timed out')
46 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
47 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
48   $(@D)/test_pybonjour.py:95: DeprecationWarning: Please use assertTrue instead.
49     self.assert_(isinstance(name, unicode))
51 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
52 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
53   $(@D)/test_pybonjour.py:97: DeprecationWarning: Please use assertTrue instead.
54     self.assert_(isinstance(regtype, unicode))
56 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
57 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
58   $(@D)/test_pybonjour.py:99: DeprecationWarning: Please use assertTrue instead.
59     self.assert_(isinstance(domain, unicode))
61 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
62   $(@D)/test_pybonjour.py:204: DeprecationWarning: Please use assertTrue instead.
63     self.assert_(RecordRef.value is not None)
65 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
66 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
67 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
68 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
69 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
70   $(@D)/test_pybonjour.py:178: DeprecationWarning: Please use assertTrue instead.
71     self.assert_(isinstance(fullname, unicode))
73 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
74 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
75 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
76 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
77 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
78   $(@D)/test_pybonjour.py:182: DeprecationWarning: Please use assertTrue instead.
79     self.assert_(isinstance(_rdata, str))
81 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
82   $(@D)/test_pybonjour.py:218: DeprecationWarning: Please use assertTrue instead.
83     self.assert_(RecordRef.value is None)
85 test_pybonjour.py::TestPyBonjour::test_construct_fullname
86   $(@D)/test_pybonjour.py:58: DeprecationWarning: Please use assertTrue instead.
87     self.assert_(isinstance(fullname, unicode))
89 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
90   $(@D)/test_pybonjour.py:239: DeprecationWarning: Please use assertTrue instead.
91     self.assert_(RecordRef.value is not None)
93 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
94   $(@D)/test_pybonjour.py:251: DeprecationWarning: Please use assertTrue instead.
95     self.assert_(RecordRef.value is None)
97 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
98   $(@D)/test_pybonjour.py:263: DeprecationWarning: Please use assertTrue instead.
99     self.assert_(RecordRef.value is not None)
101 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
102   $(@D)/test_pybonjour.py:121: DeprecationWarning: Please use assertTrue instead.
103     self.assert_(flags & kDNSServiceFlagsAdd)
105 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
106   $(@D)/test_pybonjour.py:122: DeprecationWarning: Please use assertTrue instead.
107     self.assert_(isinstance(serviceName, unicode))
109 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
110   $(@D)/test_pybonjour.py:124: DeprecationWarning: Please use assertTrue instead.
111     self.assert_(isinstance(regtype, unicode))
113 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
114   $(@D)/test_pybonjour.py:126: DeprecationWarning: Please use assertTrue instead.
115     self.assert_(isinstance(replyDomain, unicode))
117 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
118   $(@D)/test_pybonjour.py:132: DeprecationWarning: Please use assertTrue instead.
119     self.assert_(isinstance(fullname, unicode))
121 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
122   $(@D)/test_pybonjour.py:134: DeprecationWarning: Please use assertTrue instead.
123     self.assert_(isinstance(hosttarget, unicode))
125 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
126   $(@D)/test_pybonjour.py:136: DeprecationWarning: Please use assertTrue instead.
127     self.assert_(isinstance(txtRecord, str))
129 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
130   $(@D)/test_pybonjour.py:139: DeprecationWarning: Please use assertTrue instead.
131     self.assert_(len(txtRecord) > 0)
133 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
134 ======== 6 passed, 1 skipped, 46 warnings ========