Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-11 | Remove the part of the force-join test that checks the nick changed | louiz’ | |
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-11 | And modify the tests to work, by adding the <x/> node in all join presences | louiz’ | |
2019-11-09 | e2e: Implicitely include the handshake in all tests | louiz’ | |
Instead of having to write it manually everytime | |||
2019-11-06 | Add a missing max_history_length field in the IRC server option form | louiz’ | |
2019-11-06 | e2e: Test the behaviour on bad integer value for ad-hoc confs | louiz’ | |
2019-11-06 | Add a test for MAM without an “end” value | louiz’ | |
2019-10-31 | Split all the e2e tests in their own files | louiz’ | |
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. |