..
__init__.py
Corrected test errors.
2010-10-07 19:42:28 -04:00
live_multiple_streams.py
Rename to slixmpp
2014-07-17 14:19:04 +02:00
live_test.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_cache.py
Make the cache encode and decode not crash if something goes wrong
2019-02-02 17:42:24 +01:00
test_events.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_jid.py
Fix test_jid to not use deprecated ways to create JID objects, and add it a few more tests.
2015-06-20 01:12:03 +01:00
test_overall.py
Tests: Remove tabnanny
2020-12-04 00:20:51 +01:00
test_plugins.py
sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py
2016-10-22 13:21:44 +01:00
test_stanza_base.py
xmlstream/stanzabase: remove unused interfaces and types attributes
2019-07-16 11:26:54 +02:00
test_stanza_element.py
tests: fix bogus test case
2021-04-19 19:42:52 +02:00
test_stanza_error.py
fixing deprecation warnings for pytest
2018-10-15 14:59:23 +02:00
test_stanza_gmail.py
fixing deprecation warnings for pytest
2018-10-15 14:59:23 +02:00
test_stanza_iq.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stanza_message.py
tests: fix prerequisites for stanza tests
2021-02-19 19:03:46 +01:00
test_stanza_presence.py
tests: fix prerequisites for stanza tests
2021-02-19 19:03:46 +01:00
test_stanza_roster.py
fixing deprecation warnings for pytest
2018-10-15 14:59:23 +02:00
test_stanza_xep_0004.py
Remove OrderedDict usage
2020-12-06 17:00:47 +01:00
test_stanza_xep_0009.py
Remove sys.version_info checks for python2 and clean some imports.
2014-09-01 02:42:45 +02:00
test_stanza_xep_0030.py
fixing deprecation warnings for pytest
2018-10-15 14:59:23 +02:00
test_stanza_xep_0033.py
Various XEPs: Remove deprecated aliases.
2016-09-20 16:23:02 +09:00
test_stanza_xep_0045.py
XEP-0045: add more elements (<actor/>)
2021-01-10 15:07:48 +01:00
test_stanza_xep_0047.py
Update the test suite.
2015-02-12 12:23:47 +01:00
test_stanza_xep_0050.py
fixing deprecation warnings for pytest
2018-10-15 14:59:23 +02:00
test_stanza_xep_0055.py
Add XEP-0055 (Jabber Search)
2022-09-11 23:22:44 +02:00
test_stanza_xep_0059.py
fixing deprecation warnings for pytest
2018-10-15 14:59:23 +02:00
test_stanza_xep_0060.py
tests: Fix XEP-0060 tests for the new 0004 change regarding type attribute
2021-03-08 21:06:43 +01:00
test_stanza_xep_0085.py
Rename to slixmpp
2014-07-17 14:19:04 +02:00
test_stanza_xep_0122.py
Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge
2015-10-02 19:00:19 +02:00
test_stanza_xep_0184.py
Rename to slixmpp
2014-07-17 14:19:04 +02:00
test_stanza_xep_0292.py
xep0292: test: declare suite
2023-02-23 16:53:22 +01:00
test_stanza_xep_0300.py
XEP-0300: Add rudimentary tests.
2017-02-11 04:02:44 +00:00
test_stanza_xep_0313.py
tests: Add a MAM metadata stanza test
2021-03-09 19:52:53 +01:00
test_stanza_xep_0323.py
Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge
2015-10-02 19:00:19 +02:00
test_stanza_xep_0325.py
Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge
2015-10-02 19:00:19 +02:00
test_stanza_xep_0356.py
xep0356: implement IQ privilege
2023-12-19 14:14:16 +00:00
test_stanza_xep_0369.py
XEP-0369: add basic stanza tests
2020-12-02 19:17:33 +01:00
test_stanza_xep_0377.py
XEP-0377: Update tests against the latest version
2023-04-04 12:45:53 +02:00
test_stanza_xep_0380.py
Add a plugin for XEP-0380: Explicit Message Encryption.
2016-11-26 16:29:19 +00:00
test_stanza_xep_0402.py
xep0402: add password and extension
2023-04-04 09:20:50 +02:00
test_stanza_xep_0403.py
XEP-0403: Add stanza tests
2021-02-27 13:21:13 +01:00
test_stanza_xep_0405.py
XEP-0405: add basic stanza tests
2020-12-02 19:17:33 +01:00
test_stanza_xep_0421.py
New XEP: 0421 Occupant-id
2020-05-27 22:39:52 +02:00
test_stanza_xep_0422.py
XEP-0422,0424,0425,0439: Add basic stanza tests
2020-12-04 19:45:05 +01:00
test_stanza_xep_0424.py
tests: fix prerequisites for stanza tests
2021-02-19 19:03:46 +01:00
test_stanza_xep_0425.py
XEP-0422,0424,0425,0439: Add basic stanza tests
2020-12-04 19:45:05 +01:00
test_stanza_xep_0437.py
XEP-047: Room Activity Indicators
2020-12-08 18:56:26 +01:00
test_stanza_xep_0439.py
XEP-0422,0424,0425,0439: Add basic stanza tests
2020-12-04 19:45:05 +01:00
test_stanza_xep_0444.py
Fix the XEP-0444 stanza test
2022-03-07 21:31:13 +01:00
test_stanza_xep_0461.py
XEP-0461: fix char counting
2023-02-24 00:15:34 +01:00
test_stream_exceptions.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_filters.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_handlers.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_presence.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_roster.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0030.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0047.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0050.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0055.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0060.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0066.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0077.py
XEP-0077: API changes
2021-02-26 00:08:56 +01:00
test_stream_xep_0085.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0092.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0100.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0128.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0249.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0313.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0323.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0325.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0356.py
xep0356: implement IQ privilege
2023-12-19 14:14:16 +00:00
test_stream_xep_0385.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0405.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0447.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream_xep_0461.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_stream.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_tostring.py
fix error namespace for ComponentXMPP
2023-03-07 11:04:35 +01:00
test_xep_0454.py
xep_0454: Ensure format_url returns a str
2022-03-19 10:31:34 +01:00