-
### Description
As of today our dashboard has naturally grown with a decent amount of changes which displays data related to multiple products like OCP, Quay, Telco and HCP as well. While we have a w…
-
-
-
Let's discuss what acceptance tests we need for this library
-
Hi, I've faced a problem testing the `cartTest.js` code with Jasmine 5.4.0 on Firefox, as it gave an error
`Error: : Can't spy on setItem because assigning to it had no effect`
At first, I tho…
-
Set up automated testing for our Hasura GraphQL API using Karate framework, focusing initially on the users and authentication functionality.
Follow this [tutorial](https://hasura.io/blog/testing-h…
-
Serverpod would benefit from including a framework that makes testing easier. Currently, to test endpoint methods, the user must either mock the `Session` class or set up end-to-end tests. A better so…
-
### Background
As part of our work on Incremental Simulation (see #1414) we identified the need for strong validation & verification, specifically in these three areas:
* **Regression testing:**…
-
## Description
This issue is designed to discuss an all-in-one Go testing framework for Gno. The idea came to me while I was writing a refactor of the [gnoblog-cli](https://github.com/gnolang/blog/…
-
Goal is to verify the kalman filter math is working as intended.
- Use filter definition files to produce C code, as well as python stubs
- Run the C code via python and compare the outputs at vario…