-
Can you check what the problem is:
```
C:\Users\ue71603\MG_Daten\github\reference1\gtfs-netex-test\transformers\epip.py:363: UserWarning: No uic_operating_periods available, submit this exampl…
-
This is more of a feature request than a bug, but it would be great if the various generators generated mocha tests too by default. Is anyone working on this?
ghost updated
10 years ago
-
So, Hedgehog is a property testing library, yes, but - It's also just a really great general-purpose test runner, and I've been using it for things that aren't actually property tests. The downside is…
-
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
See last line ([Playground](https://mypy-play.net/?mypy=1.11.2&python=3.12&gist=9ea836c7c5329006478e0a0b40e6ce5d)):
```python
from collections.abc import Iterator, Generator
from typing import An…
-
Once the last cache has been implemented we will want to run a series of load generator tests to see how it performs compared to SQL queries that would be used in its absence.
The only setup requir…
-
### Describe the bug
Creating a dataset with ArrayXD features leads to errors when downloading from hub due to DatasetCardData removing the Nones
@lhoestq
### Steps to reproduce the bug
`…
-
I have an lab instance of JMPXRDS setup, the MPX generator and the control panel is fully working on Ubuntu Studio. The JMPXRDS client is installed and started on an raspberry pi 4 with an HifiBerry D…
-
Currently the generators are not tested.
Should we test them or not?
Pros:
- The generators are using external services (CKAN) that could change and break our code. Tests would help to discover this…