-
running the test suite catches an error on many_netns_test.sh|wmem
```
TEST_ID=$PPID bash many_netns_test.sh
many_netns_test.sh|wmem test to 192.168.168.1:5201 ipv4 opts |START
net.ipv4.tcp_wmem…
-
-
How will it show up
> good-first-issue
-
When running `pytest tests` in the local environment, `test_utils` fails with the following error:
`FAILED tests/test_utils.py::test_logs_parsing - AssertionError: assert 'tlo.methods.demography' in…
-
Ideally we should move integration tests to a separate place, and allow unit tests to live near the code.
Currently they’re mixed together and a lot of tests rely on PyTest providing dependencies t…
-
# Test Markdown Lint | sillysillyman
Test Markdown File
[https://sillysillyman.github.io/posts/test/test-markdown-lint/](https://sillysillyman.github.io/posts/test/test-markdown-lint/)
-
test
-
testing how we can assign an issue
-
## Overview
Write unit tests for major systems like resource collection, trading logic, NPC behavior, map generation, and inventory management.
## Goals
- [x] Write unit tests for resource collec…
-
- What is a unit test?
- Writing good unit tests - How to write them, when to write them, how many is enough
- Testing in the software engineering sense and testing in the data analysis sense
- An…