mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00

* Refactor e2e testing tool. - Enable creation of things and channels over 100 values using batched requests. - Change library of generating random names to a better one. - Fix WS sending of messages. Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * Refactor e2e test configuration The e2e test configuration has been refactored to improve readability and maintainability. The following changes have been made: - Removed the defReaderURL constant as it is no longer used. - Added usersPort and thingsPort constants for the respective URLs. - Updated the ThingsURL and UsersURL in the Test function to use the new constants. These changes make the code more modular and easier to understand. Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
24 lines
485 B
Plaintext
24 lines
485 B
Plaintext
# If you prefer the allow list template instead of the deny list, see community template:
|
|
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
#
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
dist/
|