-
I'm not sure if we would want to do this, and would love feedback.
Currently our Java server tests actually require the Mongo DB to be running. This is good in the sense that we're really checking …
-
## Test for MongoDB
There is not in-memory MongoDB for test. [Mgo](https://github.com/go-mgo/mgo) which is the MongoDB driver for Go, also has to run its unit test on a local MongoDB server.
#…
-
Why are you still mocking data Anna?
You have all of the tools you need to move past providing static mocked data to your applications. Please contact me on slack and I will show you how to provide…
-
It would be very useful for me to have a way of using regex or some sort of patterns to redirect response in the mocking module.
My usecases:
- Redirect some specific path on one server to a diffe…
-
Identified when testing #13742 (see instructions there for mocking a local SAML server for testing locally)
[screencast-bpconcjcammlapcogcnnelfmaeghhagj-2024.05.31-13_56_24.webm](https://github.com…
-
### Current Behavior
Adding configuration does not enable stream proxy as expected per documentation.
### Expected Behavior
stream proxy to be enabled. For :9180/apisix/admin/stream_routes to…
-
**Objective:**
Set up placeholders for API calls within the `useTopics` function to prepare for future backend integration. For now, use mock data for trending topics and query filtering while keepi…
-
For developing, it would be nice if we had a mock response / environment setup so that you could work on the gui w/o openspace running. rn I run a 2nd server to server the dist/ folder on 4680 and the…
-
-
I would love to see an importable mixpanel mock to use in unit testing.
### My current solution:
From another closed issue:
```javascript
jest.mock('mixpanel-react-native', () => ({
__esModul…