~singpolyma/biboumi

b4368aaa — louiz’ 3 years ago
Rename the doc from developper to developer

Shame.
67cfa4ae — louiz’ 3 years ago
Merge branch 'e2e-doc'
7f2e74c0 — louiz’ 3 years ago
Add a doc describing how to write e2e tests
efb695be — louiz’ 3 years ago
e2e: Implicitely include the handshake in all tests

Instead of having to write it manually everytime
17366413 — louiz’ 3 years ago
Clean the __main__ file of the e2e tests

I forgot to remove some things when I moved them into functions.py
75710202 — louiz’ 3 years ago
Make is_empty work with any integral type
4484a5f8 — louiz’ 3 years ago
Remove a useless std::move() and copy
e4a4adda — louiz’ 3 years ago
Add a missing max_history_length field in the IRC server option form
34b4caec — louiz’ 3 years ago
Properly set the default values for invalid integer conf options

fix #3372
752cb86d — louiz’ 3 years ago
e2e: Test the behaviour on bad integer value for ad-hoc confs
438b7fb8 — louiz’ 3 years ago
Remove a useless “givin up” debug line
7ca1b33a — louiz’ 3 years ago
Add a test for MAM without an “end” value
cedf4412 — louiz’ 3 years ago
Use the right int64 type for INTEGER rows in the db
bd41bc8b — louiz’ 3 years ago
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.
cec396f6 — louiz’ 3 years ago
ci: only run build:freebsd on louiz’ repository
05ba076a — louiz’ 4 years ago
Use return {...} instead of make_tuple
06abd6e6 — louiz’ 4 years ago
Add a missing "virtual", and remove a trivial "private" redundancy
d839792f — louiz’ 4 years ago
Add the svg logo
7291f9c5 — louiz’ 4 years ago
Remove a duplicate e2e test
61757e48 — louiz’ 4 years ago
Mark all rooms as non-anonymous

close #3390
Next