-
```
google-cloud-firestore = "^2.11.1"
mock-firestore = "^0.11.0"
```
` site-packages/google/cloud/firestore_v1/base_collection.py:290: UserWarning: Detected filter using positional arguments. P…
-
Would like to make writing unit tests for async/graphql related code easier.
- Technically, we have code gen msw handlers: `invoiceQueryMock`. However, if we use them, the amount of random fields w…
-
```
Enhancement request:
I've used the ObjectMother and TestBuilder pattern numerous times on
different projects in order to create real domain classes for testing. The
overhead of creating and maint…
-
```
Enhancement request:
I've used the ObjectMother and TestBuilder pattern numerous times on
different projects in order to create real domain classes for testing. The
overhead of creating and maint…
-
```
Enhancement request:
I've used the ObjectMother and TestBuilder pattern numerous times on
different projects in order to create real domain classes for testing. The
overhead of creating and maint…
-
```
What steps will reproduce the problem?
1.used powermock-mockito-1.4.10-full.jar for testing demo code
2.
@RunWith(PowerMockRunner.class)
@PrepareForTest({DemoUtilities.class})
@PowerMockIgnore(
…
-
Is it possible to patch an object and set its return_value to another object?
For example let's say a Jupyter Notebook defines a method that downloads some CSV from the internet and load it in as …
-
HI,
I'm trying to test my code, so I used the MOCK SYNC strategy.
I used '' in search_base with my real server to get all entries and it works fine.
i wanted to do the same in my test (call the s…
-
src folder exists, but in the npm package, the dist folder does not exist.
Needed to cd into service-box and "npm install" to get it built
Perhaps a mistake was made before publishing 0.0.2 to …
-
I tried something like this:
```ts
hooks.beforeEach(function() {
class DocumentMock extends EventTarget {
// ... some custom `window.document` mock
}
window.document = ne…