-
## Summary
There is no test section concerning CreateTweet method in tweets.go now. Before implementing test, we have to concretize its contents.
Assignees will be added in the future.
## Referen…
-
At Mattermost, we are committed to maintaining a high standard of code quality, reliability, and security. To further enhance this, we are launching a community campaign to integrate the [`errcheck`](…
-
Including the line number of a failed go test will allow for https://github.com/ctrf-io/github-actions-test-reporter-ctrf to annotate correctly on Github.
Currently supported items are listed here:…
-
Golang test files are not matched correctly.
**Current** *(tested in GoLand 2024.2.1, extension v1.8.0)*:
**Expected** (VSCode):
The issue only occurs when the official Go plugin is e…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Running benchmark tests in Go fails. Regular tests work as expected.
_Hint_: I think it may be re…
-
**Is your feature request related to a problem? Please describe**:
The function `CreateSecret` in tests/utils.go could be inlined, since it does not provide much additional value. Also since this i…
-
At Mattermost, we are committed to maintaining a high standard of code quality, reliability, and security. To further enhance this, we are launching a community campaign to integrate the [`errcheck`](…
-
At Mattermost, we are committed to maintaining a high standard of code quality, reliability, and security. To further enhance this, we are launching a community campaign to integrate the [`errcheck`](…
-
### Test Gap Description
On VOQ system, its single Hop routing.
This means that for routes, ECMP members remains same across linecards.
Any ECMP member change (down or UP), should also get reflected…
-
The functionality in `node/http.go` is very user-facing, and it should work flawlessly. To avoid errors like the one fixed in [this PR](https://github.com/NethermindEth/juno/pull/1179).