-
support of [weaver test framework](https://github.com/disneystreaming/weaver-test)
this framework works best when a tested code is based on cats effect.
i'm keen to contribute
-
Herbert's copy of the test framework is currently well behind the new one which has some nice features we may want to use.
Updating the framework may be complicated by the inclusion of `skipTest`, …
-
```
There, I said it. :) It's much better than no tests, but we really should
be using SimpleTest.
Feeling out the server environment (e.g. ability to write files, detect
auto-compression) needs to…
-
```
There, I said it. :) It's much better than no tests, but we really should
be using SimpleTest.
Feeling out the server environment (e.g. ability to write files, detect
auto-compression) needs to…
-
```
There, I said it. :) It's much better than no tests, but we really should
be using SimpleTest.
Feeling out the server environment (e.g. ability to write files, detect
auto-compression) needs to…
-
Ever wrote tests for a script?
We need to use [bats](https://github.com/bats-core/bats-core)
Check out [projects using bats for examples](https://github.com/bats-core/bats-core/wiki/Projects-Using-B…
-
Testing Framework - 4 marks
• Set up testing environment
• Implement assert functions
• Create debug logging system
• Add image logging for bug documentation
-
### Description / Steps to reproduce the issue
Since yesterday: `rv-virt/citest` has been failing `test_hello` onwards, or `test_pipe` onwards, hanging our CI Checks in GitHub and Build Farm. It mi…
-
Our functional test framework in written on top of the existing Go's test framework but it has its own custom interface. It makes local development and debugging harder because we lose IDE integration…
-
# Bug report
### Bug description:
Playing with the Python 3.13.0 interpreter installed from brew on macOS 14.7 in a Terminal window.
I entered the repl and typed
```python
>>> import math
>>> math…