Commit Graph

3 Commits

Author SHA1 Message Date
Quentin dbd9003714
Disable reconnect in tests + some cosmetic changes
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2021-09-16 13:52:46 +02:00
MrArmonius a53641e773 Correct the function GenerateName
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
The problem was the encode in `name += string(alphabet[])`
It takes only 1 byte but the characters like 'è','@' are encoding
on several bytes (1 to 4 bytes).
The better solution was to create a slice of string, like this
we don't have problem about take only one byte instead of 2,3 or 4
bytes.
2021-07-26 15:36:45 +02:00
MrArmonius 9a8c19ec0f Bottin's Test V2.0 with Framework Testing
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
V2 the test end-to-end,
Tests made similar to V1.0,

Add the possibility to pararellize the tests,
Create an environnement for easy integration of news test,
2021-07-19 18:57:40 +02:00