Rename the doc from developper to developer
Shame.
Add a doc describing how to write e2e tests
e2e: Implicitely include the handshake in all tests
Instead of having to write it manually everytime
Clean the __main__ file of the e2e tests
I forgot to remove some things when I moved them into functions.py
Make is_empty work with any integral type
Remove a useless std::move() and copy
Add a missing max_history_length field in the IRC server option form
Properly set the default values for invalid integer conf options
fix #3372
e2e: Test the behaviour on bad integer value for ad-hoc confs
Remove a useless “givin up” debug line
Add a test for MAM without an “end” value
Use the right int64 type for INTEGER rows in the db
Split all the e2e tests in their own files
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.
ci: only run build:freebsd on louiz’ repository
Use return {...} instead of make_tuple
Add a missing "virtual", and remove a trivial "private" redundancy
Remove a duplicate e2e test
Mark all rooms as non-anonymous
close #3390