summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios
AgeCommit message (Collapse)Author
2020-03-11Merge remote-tracking branch 'linkmauve/die-gc1.0-die'louiz’
2020-03-11Remove the part of the force-join test that checks the nick changedlouiz’
Because we actually don’t change the nick, we ignore it, just like in the case of a normal join (of an other resource, or an other channel on the same server).
2020-03-11And modify the tests to work, by adding the <x/> node in all join presenceslouiz’
2020-03-11Fix a type stable-id -> stanza-id, and add a test case to be exhaustivelouiz’
2020-03-11Announce the urn:xmpp:sid:0 NS in MUC's disco#infolouiz’
As required by XEP 0359 Should fix #3369
2020-03-11Make sure we keep the stable-id and origin-id nodes when requiredlouiz’
See https://xmpp.org/extensions/xep-0359.html
2020-03-10Add a test to check that XEP-45 stable ID thing is respectedlouiz’
See https://xmpp.org/extensions/xep-0045.html#message
2020-03-02Demonstrate issue #3423 with e2e testslouiz’
2020-03-02Rename the e2e nicks to make things easier to debuglouiz’
2019-11-09e2e: Implicitely include the handshake in all testslouiz’
Instead of having to write it manually everytime
2019-11-06Add a missing max_history_length field in the IRC server option formlouiz’
2019-11-06e2e: Test the behaviour on bad integer value for ad-hoc confslouiz’
2019-11-06Add a test for MAM without an “end” valuelouiz’
2019-10-31Split all the e2e tests in their own fileslouiz’
Some duplication is avoided, but most importantly: it’s much much cleaner, easier to find, functions have been cleaned up (functools.partial usages are now hidden), etc.