-
# đź’ˇ Summary #
Write unit tests for all the code in the workflows.
## Motivation and context ##
All code should be tested to prevent unknown problems from biting us unexpectedly (which has happened)…
-
As a developer, I would like the GTest executable to only contain actual unit tests, so that they run quickly and coverage gives an accurate overview of unit-tested functionality.
Therefore, I'd like…
-
Add unit tests using [Go's built-in testing library](https://pkg.go.dev/testing). I would personally be in favor of the test files being within the same package as the files being tested so that non-e…
-
### Describe the bug
# The Problem and the general solution
The existing tests don't seem to work. It looks like the selectors are outdated and it looks like the wrong tool is being used for E2E t…
-
This issue aims to improve the test coverage for this folder by:
1. Identifying untested or under-tested functions and classes.
2. Writing additional unit tests to cover edge cases and scenarios…
-
This issue aims to improve the test coverage for this folder by:
1. Identifying untested or under-tested functions and classes.
2. Writing additional unit tests to cover edge cases and scenarios…
-
This issue aims to improve the test coverage for this folder by:
1. Identifying untested or under-tested functions and classes.
2. Writing additional unit tests to cover edge cases and scenarios…
-
This issue aims to improve the test coverage for this folder by:
1. Identifying untested or under-tested functions and classes.
2. Writing additional unit tests to cover edge cases and scenarios…
-
This issue aims to improve the test coverage for this folder by:
1. Identifying untested or under-tested functions and classes.
2. Writing additional unit tests to cover edge cases and scenarios…
-
**Artifact Under Review**
3.6.3 Success Criteria
**Team Number for Team Doing the Review**
27
**Description of Issue**
One extra additional criteria that I can think of is code coverage and u…