-
-
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…
-
-
-
# 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/)
-
How will it show up
> good-first-issue
-
test
-
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…
-
testing how we can assign an issue
-
- 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…