summaryrefslogtreecommitdiff
path: root/slixmpp/test/slixtest.py
AgeCommit message (Expand)Author
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-07-04fix: remove asyncio hack in slixtestmathieui
2021-04-08xmlstream: do not allow stanzas outside a sessionmathieui
2021-02-20tests: return the coroutine result in run_coromathieui
2021-02-20slixtest: add more shortcuts for asyncio workflowmathieui
2021-02-20slixtest: use the default stream ns instead of jabber:clientmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2019-12-27Update test framework to work with new filtersmathieui
2019-07-13Make generated stanza id truly randomMaxime “pep” Buquet
2019-01-31Set @id by default on outgoing messages and presences.Emmanuel Gil Peyrot
2018-10-15fixing deprecation warnings for pytestFlorian Klien
2015-12-15Remove dead codeKrzysztof Kotlenga
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2015-04-04Use a full JID for testing.Emmanuel Gil Peyrot
2015-03-02XMLStream: factorize the highlight function so it can be used in tests as wellEmmanuel Gil Peyrot
2015-02-12Update the test suite.mathieui
2014-09-28Remove the now useless Queue wrapper in slixmpp.util.Emmanuel Gil Peyrot
2014-07-17Rename to slixmppFlorent Le Coz