python/rapidfuzz: update to 3.11.0
[oi-userland.git] / components / python / pybonjour / test / results-3.9.master
blobab5c651ffc7b5db075273e8794ce14e78f826b3b
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: 10 warnings
19   $(@D)/test_pybonjour.py:66: DeprecationWarning: Please use assertTrue instead.
20     self.assert_(sdRef in ready[0], 'operation timed out')
22 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
23 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
24   $(@D)/test_pybonjour.py:95: DeprecationWarning: Please use assertTrue instead.
25     self.assert_(isinstance(name, unicode))
27 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
28 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
29   $(@D)/test_pybonjour.py:97: DeprecationWarning: Please use assertTrue instead.
30     self.assert_(isinstance(regtype, unicode))
32 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
33 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
34   $(@D)/test_pybonjour.py:99: DeprecationWarning: Please use assertTrue instead.
35     self.assert_(isinstance(domain, unicode))
37 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
38   $(@D)/test_pybonjour.py:121: DeprecationWarning: Please use assertTrue instead.
39     self.assert_(flags & kDNSServiceFlagsAdd)
41 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
42   $(@D)/test_pybonjour.py:122: DeprecationWarning: Please use assertTrue instead.
43     self.assert_(isinstance(serviceName, unicode))
45 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
46   $(@D)/test_pybonjour.py:124: DeprecationWarning: Please use assertTrue instead.
47     self.assert_(isinstance(regtype, unicode))
49 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
50   $(@D)/test_pybonjour.py:126: DeprecationWarning: Please use assertTrue instead.
51     self.assert_(isinstance(replyDomain, unicode))
53 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
54   $(@D)/test_pybonjour.py:132: DeprecationWarning: Please use assertTrue instead.
55     self.assert_(isinstance(fullname, unicode))
57 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
58   $(@D)/test_pybonjour.py:134: DeprecationWarning: Please use assertTrue instead.
59     self.assert_(isinstance(hosttarget, unicode))
61 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
62   $(@D)/test_pybonjour.py:136: DeprecationWarning: Please use assertTrue instead.
63     self.assert_(isinstance(txtRecord, str))
65 test_pybonjour.py::TestPyBonjour::test_register_browse_resolve
66   $(@D)/test_pybonjour.py:139: DeprecationWarning: Please use assertTrue instead.
67     self.assert_(len(txtRecord) > 0)
69 test_pybonjour.py::TestPyBonjour::test_txtrecord
70   $(@D)/test_pybonjour.py:279: DeprecationWarning: Please use assertTrue instead.
71     self.assert_(not txt)
73 test_pybonjour.py::TestPyBonjour::test_txtrecord
74   $(@D)/test_pybonjour.py:288: DeprecationWarning: Please use assertTrue instead.
75     self.assert_(txt['none'] is None)
77 test_pybonjour.py::TestPyBonjour::test_txtrecord
78   $(@D)/test_pybonjour.py:292: DeprecationWarning: Please use assertTrue instead.
79     self.assert_(txt)
81 test_pybonjour.py::TestPyBonjour::test_txtrecord
82   $(@D)/test_pybonjour.py:299: DeprecationWarning: Please use assertTrue instead.
83     self.assert_('foo' in txt)
85 test_pybonjour.py::TestPyBonjour::test_txtrecord
86   $(@D)/test_pybonjour.py:301: DeprecationWarning: Please use assertTrue instead.
87     self.assert_('foo' not in txt)
89 test_pybonjour.py::TestPyBonjour::test_txtrecord
90   $(@D)/test_pybonjour.py:314: DeprecationWarning: Please use assertTrue instead.
91     self.assert_(txt['DNS-SD Is Cool'] is None)
93 test_pybonjour.py::TestPyBonjour::test_construct_fullname
94   $(@D)/test_pybonjour.py:58: DeprecationWarning: Please use assertTrue instead.
95     self.assert_(isinstance(fullname, unicode))
97 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
98   $(@D)/test_pybonjour.py:239: DeprecationWarning: Please use assertTrue instead.
99     self.assert_(RecordRef.value is not None)
101 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
102 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
103 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
104 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
105 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
106   $(@D)/test_pybonjour.py:178: DeprecationWarning: Please use assertTrue instead.
107     self.assert_(isinstance(fullname, unicode))
109 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
110 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
111 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
112 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
113 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
114   $(@D)/test_pybonjour.py:182: DeprecationWarning: Please use assertTrue instead.
115     self.assert_(isinstance(_rdata, str))
117 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
118   $(@D)/test_pybonjour.py:251: DeprecationWarning: Please use assertTrue instead.
119     self.assert_(RecordRef.value is None)
121 test_pybonjour.py::TestPyBonjour::test_createconnection_registerrecord_reconfirmrecord
122   $(@D)/test_pybonjour.py:263: DeprecationWarning: Please use assertTrue instead.
123     self.assert_(RecordRef.value is not None)
125 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
126   $(@D)/test_pybonjour.py:204: DeprecationWarning: Please use assertTrue instead.
127     self.assert_(RecordRef.value is not None)
129 test_pybonjour.py::TestPyBonjour::test_addrecord_updaterecord_removerecord
130   $(@D)/test_pybonjour.py:218: DeprecationWarning: Please use assertTrue instead.
131     self.assert_(RecordRef.value is None)
133 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
134 ======== 6 passed, 1 skipped, 46 warnings ========