-
### Summary
#### TL;DR:
We observed that, when re-creating new `Faker\Generator`s between test cases, a "random" PHP garbage collector run happening on object allocation triggers `Faker\Generator…
-
When calling `mvn clean package` with Java 8, I run into the following failure
```
maven | [ERROR] COMPILATION ERROR :
maven | [INFO] --------------------------------------------------------…
-
I suggest we separate `generator-donejs` into separate generators:
- `donejs-app`
- `donejs-plugin`
- `donejs-generator`
- `donejs-component`
- `donejs-supermodel`
- `donejs-module`
and a ut…
-
I'm running the tests as [I described here](https://github.com/python-trio/pytest-trio/issues/84#issuecomment-633430425) (`PYTHONPATH="." pytest --pyargs pytest_trio`), but it seems it doesn't recogni…
-
Look into extending GlobIterator to improve performance in Fixture::fetchFixtures. We could have something like:
``` php
protected function fetchFixtures(array $fixtures = null)
{
ret…
-
We should definitely have unit tests in this repo.
I suggest to use Catch2, like in YARP.
Another very useful improvement for such a library would be to have a CMake module to add a unit test that…
-
I'm trying to create a test with pytest for my FastAPI + Tortoise ORM app.
To start, I am using the example provided in the documentation.
main.py:
```python
from typing import List
from pyda…
-
## 概要(Overview)
`bin/console list` コマンドが、 require-dev のパッケージに依存しているため
https://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=flat&order=ASC&topic_id=20978&forum=15
## 期待する内容(Expect) …
-
The MolSSI cookiecutter seems to recommend `pytest`. Should we recommend that over `nose2`?
-
For some cases, we might want the setup of the test to run only once, even when something is multi processed, for example:
We write our end-to-end tests in python using pytest, this means that one …