-
A user reports that there may be an incompatibility between new versions of nose testing and our nbgrader example stubs. I think they work fine in the default cocalc environments, but this should be …
-
### 🚀 The feature, motivation and pitch
torch.linalg doesn't seem to have any stubs, just docstrings.
My IDE just marks everything as "Any", which is not very helpful.
Adding the interface for thes…
-
Hi!
I've installed Cocoapod version 2.0.9.
It generates the GeneratedMocks file but It fails to compile with a message:
`Global function 'when' requires that 'MockGraphQlClientProtocol.Stubbing'…
-
# Bug report
## What's wrong
If I run mypy on this code:
```py
from django.contrib.contenttypes.models import ContentType
from django.db import models
def f(model: type[models.Model]) -> N…
-
IDEs and type checkers cannot determine what this package offers due to it not being written in pure python. This can be solved by providing a stub file.
See: https://typing.readthedocs.io/en/lates…
-
When running a stub run for testing pipelines, some tools (such as `ANTs`) return an `exit code status 1` when calling the help script. Example:
```bash
Test [91f130a6] 'Connectomics + tracking pr…
-
[esp-flasher-stub](https://github.com/esp-rs/esp-flasher-stub) project is dual-licensed licensed under MIT and Apache 2.0. Using the stubs from that project can help remove the dependency on the GPL-l…
igrr updated
3 months ago
-
## Description:
The current pygame.sprite stub definition at [pygame/sprite.py (stub)](https://github.com/pygame/pygame/blob/main/buildconfig/stubs/pygame/sprite.py) indicates that class _SpriteSup…
-
Hi
sorry this is not an issue
my question is, how to stub an operation result
let say I have opA and opB
there is a step in opB that depends on opA, and I want to mock failing operation for …
-
I can't figure out how to stub sunspot results in RSpec.
I added `require 'sunspot/rails/spec_helper'` to my `spec/rails_helper.rb` file, and call `disconnect_sunspot` at the top of my test.
My …
cedvw updated
1 month ago