summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-10-31Use ensure_future if available, otherwise use asyncio.asynclouiz’
2016-10-31Test self discolouiz’
2016-10-31e2e: add the possibility to launch a specific list of scenarios onlylouiz’
2016-10-31Test raw messageslouiz’
2016-10-27Remove calls to INFO() in catch, they are uselesslouiz’
2016-10-26Refactor the sha1 digest into its own function, and do not use sprintflouiz’
2016-10-24Correctly handle the nick change inside the virtual channellouiz’
2016-10-21Revert "Use ensure_future instead of async"louiz’
This reverts commit a4d67ce041f50e0d25e2b47d04cc25bdad86a048.
2016-10-21Fix the broken commit 4388b9clouiz’
2016-10-21e2e: Fix some logic in check_list_of_xpathlouiz’
2016-10-21Use ensure_future instead of asynclouiz’
2016-10-21Remove an unused variable in e2elouiz’
2016-10-17Use expect_unordered in a few more placeslouiz’
2016-10-17Add tests for the nick change, and the nick conflictlouiz’
2016-10-14Add two e2e tests on adhoc commandslouiz’
2016-10-12Disable the output in the config unit testlouiz’
2016-10-12e2e: test the private and no-copy thingylouiz’
2016-10-12e2e: the port to use should be an int, not a stringlouiz’
2016-10-11Parse the timezone myself, instead of using the broken strptimelouiz’
See https://lab.louiz.org/louiz/biboumi/issues/3215 https://github.com/andikleen/glibc/blob/master/time/strptime_l.c#L746-L747 for why strptime() sucks We use std::get_time now, to parse the date and time. And we parse the timezone by hand. fix #3215
2016-10-07e2e: add expec_unordered to be able to test things even if the arrive in a ↵louiz’
different order Also, some tests that were raising some exception and thus were not ran at all fix #3213
2016-10-07Cleanup __main__.py a little bitlouiz’
2016-10-04Respond to muc#traffic requestslouiz’
fix #3069
2016-10-03Make version requests work with global user JIDs as welllouiz’
fix #3210
2016-10-03Fix parse_datetime by always using a 'z' as the timezonelouiz’
Because some plateform accept Z and z, but some only accept z…
2016-10-03Modify the charybdis conf to disable the LIST throttlinglouiz’
2016-10-03Implement result-set-management for LIST querieslouiz’
ref #2948
2016-10-02Use LIST * instead of just LIST, because some servers don’t accept itlouiz’
Also add a e2e test for the list query
2016-09-20Make history messages work with fixed_irc_serverlouiz’
fix #3209
2016-09-17Fix the parse_datetime by using %Z instead of %zlouiz’
If anybody knows why fedora accepts both, but it only works with %z on debian, please tell me.
2016-09-04MAM results can be filtered by start and end dateslouiz’
2016-08-31Add parse_datetimelouiz’
2016-08-31Fix to_string(time_t) and write a unit test for itlouiz’
2016-08-28Respond to MAM requests on a channel JIDlouiz’
At the moment, result-set-management is not implemented, the whole history (well, at most 1024 messages) is returned.
2016-08-23Do not fail e2e if the database cannot be removed because it's not therelouiz’
2016-08-22Delete the database before each e2e test, to start freshlouiz’
2016-08-21Add get_first_non_empty and use it into Database to simplify a little bitlouiz’
2016-08-20Remove dns unit tests, because they are not *unit* test (depends on network…)louiz’
2016-08-17On a client error, do not QUIT, just make the resource leave all channelslouiz’
This should fix #3205
2016-08-16e2e test self invitelouiz’
2016-08-10Don’t use ! as the separator for nicknames, use % insteadlouiz’
It’s now easier to use. The distinction between a nick and a channel name is based on the first character (by default it's '#' and '&'). The user doesn’t have to worry about which separator to use anymore. fix #3066
2016-08-03Test the version request, in many wayslouiz’
2016-08-02Test the kick on a multisession nicklouiz’
2016-07-31test kicklouiz’
2016-07-28Fix the timeout test, now that we don't wait 1ms too much everytimelouiz’
2016-07-25Test the resolving of multiple hostnames at the same timelouiz’
2016-07-12Properly catch and handle database errorslouiz’
Do not use a singleton for the database. fix #3203
2016-07-04Replace all include guards by #pragma oncelouiz’
It’s $CURRENT_YEAR
2016-07-03Properly remove the resource from the server when we leave the last channellouiz’
2016-07-02Add a valgrind suppression filelouiz’
2016-06-29Run e2e through with valgrind if BIBOUMI_E2E_VALGRIND is set in the envlouiz’