-
### This relates to ...
- [ ] the **FedRAMP OSCAL Registry**
- [ ] the **FedRAMP OSCAL baselines**
- [X] the **Guide to OSCAL-based FedRAMP Content**
- [ ] the **Guide to OSCAL-based FedRAMP System S…
-
In Hypothesis and other QuickCheck-like implementations, it is possible to calculate statistics, usually to validate that test data generation works as expected or is skewed somehow, as described here…
-
So, equivalence test generation at the moment doesn't really account for side effects on the parameters.
For instance, consider `example.py`, which is the following:
```python
from typing impo…
-
Note: This issue was originally filed against the h project, before we extracted the h-assets package and started using it across different projects.
## Current issues with static assets and cache …
-
Recursive generators often have to be finely tuned to stay finite. e.g. consider something like the following:
```
Tree tree() {
if (with_probability(1/3)) {
return new Branch(tree()…
-
# what happened/is happening
sqloth doesn't work for around 10000 records generation for schema with over 100 columns.
# why that's a problem
this kind of data size is common, so we have to suppo…
-
Sujets avancés pour le test unitaire: tests paramétrés, mocks, tests flaky, fuzzing.
```c
+ if (first_arg == argc) {
+ /* http://twitter.com/#!/marnanel/status/132280557190119424 */
+ time_t n…
-
I am working on streaming, long-form decoding on TED-Lium. I have a causal Zipformer encoder, and have adapted the `streaming_decode.py` script to decode full recordings in a streaming fashion and als…
-
Hi, I have encountered an hypothesis heath check error for the `__ifloordiv__` and other similar arithmetic operator methods in `test_iop` when using tensorflow backend functions:
```
____________…
-
When a timeout happens during thumbnail generation, the `image.Paletted` leaks, since the Goroutine has no way of terminating. My working hypothesis is that when the does not connect, the pipewriter i…
mpldr updated
8 months ago