-
-
While developing a msgpack serializer sample for this repo, I tried running Live Unit Testing under Visual Studio. It failed. The build log showed this:
```
15:58:32.349 3>TypeShape.Tests.FSha…
-
Unit test morph::vec, morph::Quaternion, morph::TransformMatrix etc, to ensure that their constexpr functions work when invoked at compile time.
-
-
To simplify unit testing it would be nice to have utility methods, which will ease retrieval of current Metric's values.
Example, which could be used as the starting point - showing needs at least …
-
Description:
Implement Jest for unit testing across the codebase to ensure robust and reliable functionality of individual components.
Acceptance Criteria:
Jest is installed and configured.
Un…
-
I wrote an application that uses dapr Actors in dotNet core.
I'm trying to unit test the actors and I currently see no way to do it.
I used ActorHost.CreateForTest method to create the host and set …
-
**Enhancement**: Setup unit testing framework
**Details**: Add a unit testing framework to the project and implement a test. The aim of this issue isn't to give full test coverage, it's to add the…
-
## Proposed Change
Identify files in the codebase with insufficient test coverage by reviewing the coverage report. Create individual tickets for each file with lighter coverage.
The relevant epic i…
-
### Housekeeping
- [X] I am a maintainer of dbt-core
### Short description
We cannot currently unit test precision. The expected outputs get rounded to be the expected datatypes and therefore are …