-
Mainly reading up on testing in Ruby on Rails.
Write up some Unit Tests to validate our assumptions currently in the code.
Verify CI runs these tests on main branch and PRs to the main branch.
Docu…
-
Hello!
I tried run simple test
```
func TestSimple(t *testing.T) {
t.Errorf("error")
}
```
but get error
```
$ tinygo test -target=pico ./cmd/myproject
FAIL myproject/cmd/myproject 0…
-
Run this sample code in an IPythonCell and print the output
```
github_token = os.getenv('GITHUB_TOKEN')
headers = {
'Authorization': f'token {github_token}',
'Accept': 'application/vnd…
-
When running train_bsn.py and train.sr.py, i got this error:
**ValueError: win_size exceeds image extent. Either ensure that your images are at least 7x7; or pass win_size explicitly in the function …
-
When python3 test.py --scenario=left_turn --algo=scene_rep is run, the result is
mean_return:-0.08success rate:0.0collision rate:0.08stagnation:0.0
Evaluation Total Steps: -0.08 Average Rewar…
-
Tasks:
- Check out the https://github.com/kobiton/docs/pull/288 PR
- Add this page under `docs/modules/test-management/pages/test-run`:
- Make sure all images are left-justified, under 100KB, and …
-
We need to run the CuPy tests on CI somehow. Right now, [I have to manually run CuPy tests locally when I do a release](https://data-apis.org/array-api-compat/dev/releasing.html). But this only works …
-
### How can we reproduce the crash?
I had a test with Bun.serve and it worked fine, after running it several times now I get panic error and even if I clean all the Bun processes and run it again now…
-
typing 'on it' should move any to do issue to in progress
-
Is it possible to have a test run for my job without having to specify a specific time and wait for this? It would be cool to be able to just trigger it on demand and see the output in the logs.