summaryrefslogtreecommitdiff
path: root/tests/end_to_end/__main__.py
AgeCommit message (Collapse)Author
2016-04-27Change the name of the DB in the e2e testslouiz’
2016-04-27Include the Configure ad-hoc command on biboumi's JID for fixed_irc_serverlouiz’
Because a jid like “freenode.example.org” is both the JID for the configured IRC server, and biboumi’s JID. fix #3175
2016-04-25Trivial cleanuplouiz’
2016-04-25Add e2e tests for the ad-hoc listing on the server jidlouiz’
2016-04-22Remove a forgotten commentlouiz’
[ci skip]
2016-04-22Test the the virtual channellouiz’
2016-04-22tests: Split the connection sequence into twolouiz’
We can now insert steps between the two parts
2016-04-22Remove an unused variablelouiz’
2016-04-22Add a basic fixed_server e2e scenariolouiz’
2016-04-22Each e2e scenario can provide its own config namelouiz’
2016-04-22Write irc output into a filelouiz’
2016-04-22Debug and exit if IRC server startup failslouiz’
2016-04-22Correct charybdis config file pathlouiz’
2016-04-22Provide a conf for charybdislouiz’
2016-04-22Forward the topic authors, handle the author from 333 messageslouiz’
fix #2
2016-04-22e2etests: Use charybdis and update the scenarios accordinglylouiz’
2016-04-22e2etests: we are able to receive optional stanzaslouiz’
2016-04-22More testslouiz’
2016-04-22Remove localdomainlouiz’
2016-04-22Improve e2e test, start mammond ourself, etclouiz’
2016-04-22Trivial formattinglouiz’
2016-02-29Provide a better way to check stanzas at each step of the end_to_end testFlorent Le Coz
2016-02-24end_to_end creates a config file before running biboumiFlorent Le Coz
2016-02-24Add a basic integration test in pythonFlorent Le Coz