-
Good morning,
I am seeing the same issue as described in https://github.com/pytest-dev/pytest/issues/14 but using a much more modern combination of both (anaconda) Python and pytest.
```
Te…
-
## Describe the bug
Following "Getting Started" instructions, but got an error in API workflow. Always the same errors happen.
```
Error fetching data and indexing: [Errno 2] No such file or dire…
-
The problem with our frontend tests is that the depend on the backend database being in a certain state. Currently, the tests do not pass and are skipped. Instead, we should mock the api responses and…
-
### My situation
I was making a mock app to see if I could make the same code generate a web, android and iOS app(actually don't care much about iOS).
I wanted to try and make web installable as i…
-
We have a Storybook setup for a React app. Unfortunately the repository is private. I will try to create a repository that allows to recreate this issue that I'll describe below.
The packages and b…
-
#12929 makes the oauth2 test server mock up user tokens just as it mocks up claim tokens. Now, the claim tokens work for all the middleware tests just fine, but there is a subset of tests in `TriggerS…
-
Found via #63
Travis seems to not like our LambdoraLdpIT integration test class. The `master` branch fails in Travis, see: https://travis-ci.org/duraspace/lambdora/builds/300342798
I recall tha…
-
### Scope
Adds a new behavior
### Compatibility
- [x] This is a breaking change
### Feature description
I am trying to mock a HTML form submission using MSW, but it seems that MSW doesn't interce…
-
First of all, not sure if the right repo to raise that issue but in my opinion it fits the best. Anyway, when implementing workers to uses some 3rd party service you usually need to provide some secre…
-
**Describe the bug**
In #6274 I got the generic-worker tests running against real services again, instead of just mocks.
The test TestObjectArtifact causes the (real) Object Service to return HTTP…