-
There is a great tool by @snhobbs, that generates a testpoint report, cataloging all testpoints and a few useful bit of information about each.
https://github.com/snhobbs/kicad-testpoints
Test p…
-
It seems like a recent upgrade has caused the ODS tests to start failing. I'm having a hard time interpreting the error output.
```python
Traceback (most recent call last):
File "C:\Users\Neal\Ap…
-
Often when writing tests, it's good practice to include specific known test cases (usually around boundaries).
Currently, there seems to be these options:
1. Manually write an individual test for…
-
**Your environment**
* `ruby -v`: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x64-mingw-ucrt]
* `rdbg -v`: rdbg 1.9.2
* `rails -v`: Rails 7.0.8.1
**Describe the bug**
The console become froz…
-
Fibers are neat, but the majority of node.js developers don't and won't use them, and they don't work in browsers at all. It would be nice if we could provide a "classical FBP" system that works using…
-
I often find myself generating toy data (e.g. for educational or testing purposes), so I thought a dedicated function might be useful.
It should be as simple as possible, for example:
```python
…
cbrnr updated
9 months ago
-
## Problem
Saleor is using `pytest` with `fixtures` to prepare data for tests. We now have more than 10k tests and around 800 fixtures. The fixtures contain a lot of repetition and became hard to mai…
aniav updated
3 weeks ago
-
### Environment
#### Packages
composer show --latest
```
Color legend:
- patch or minor release available - update recommended
- major release available - update possible
- up to date v…
-
Now that myst markdown is becoming more well known, people may wish to use it in contexts that we did not expect, or extend it for other tools, languages, etc.
In a recent issue, we discussed some …
-
Is it feasible for this plugin to parse phpunit coverage files to prevent `PossiblyUnusedMethod` when calling `psalm --find-dead-code` from being flagged up if the method is present as being covered i…