-
- convert unit tests to be table driven (for example see https://dave.cheney.net/2019/05/07/prefer-table-driven-tests , https://blog.jetbrains.com/go/2022/11/22/comprehensive-guide-to-testing-in-go/ …
-
There are currently no unit tests in the project. To ensure code quality and functionality, we need to add unit tests for the existing functions and methods using Go’s testing framework. This will hel…
-
I've been trying to use the gomock to perform some table driven testing. I need to be able to change the expected return values based on permutations of different errors and events.
But what I've …
-
Changefeeds are not currently exercised in logic tests or other data driven testing. Adding coverage here could close some test coverage gaps and add an intuitive method to test changefeeds.
Some b…
-
**What is your question?**
A clear and concise description of what you are wanting to ask. Ex. I'm always frustrated when [...]
Environment variable and template tags are very powerful in Collection…
-
-
### Product information
- [x] Team name, product name, and feature name have been added to the title of this issue.
- [x] Team label, product label and feature label (if applicable) have been added t…
-
### Feature description
Determining the (name of) the pk columns of a table can be done inside plugins, but requires digging into introspection details
So, this request if to have an easy api to…
-
### Is your feature request related to a problem? Please describe.
The key problem today is the need to export from Test Studio, which is limited to Power Apps Canvas Apps. We want to record actions …
-
### Feature description
V4 has the feature to [use table enums in functions via domain](https://github.com/graphile/graphile-engine/pull/832), I think we should port it to V5 too. I'm just not sure…