-
**Describe the bug**
I'm trying to generate test code coverage reports for a Flask application. I'm doing "blackbox" style testing. The problem is that I'm unable to get coverage.py to produce covera…
-
Implement dealing with OCI registry
Migrating Feature Request https://github.com/unbroken-dome/gradle-helm-plugin/issues/155
-
### Host operating system: output of `uname -a`
```
Linux prometheus 5.4.0-80-generic #90~18.04.1-Ubuntu SMP Tue Jul 13 19:40:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
```
### blackbox_exporter…
-
- Add and improve existing dashboards according to give more insight on the happening in the K8s cluster, each of the components
- Add more alerts for detection of application/system failure
-
I recently published a library for working with annotations and included a set of [tests](https://github.com/hyperjump-io/json-schema/tree/main/annotations/tests) in JSON that could be adopted here if…
-
I tried to write tests for the `callback`, but it behaved weirdly in tests while working normally when running the application. Then I found out that jsdom does not do any layouting and therefore cann…
-
When testing twisted based functions, it is often desirable to be able to test with deterministic and controllable passage of time. Twisted's `task.Clock` provides this. If the function under test is …
-
In general, we prefer the blackbox test (assertJ on output of the function under test) rather than the white box test (mockito BDD interface's then on a mocked dependency) that heavily rely on the int…
-
I was just testing my build today hovering with angle mode and disabled and enabled it a couple of times and after that I checked blackbox logs and it shows that every time when I did that, VTXPITMODE…
-
# Feature Request #
## Background ##
Currently the blackbox tests are somewhat terrifying, albeit fast. They run directly on the host, as root, with no isolation except that we use loopback devi…