-
It is possible to extract code coverage from Rust code (https://github.com/xd009642/tarpaulin, https://medium.com/@Razican/continuous-integration-and-code-coverage-report-for-a-rust-project-5dfd4d68fb…
-
pyproject.toml:
- [ ] sphinx
- [x] flake8
- [x] pytest
- [x] pytest-cov (test coverage)
- [x] black
pre-commit hook
- [x] black
- [ ] pydocstyle - check docstrings.
Initial DEVELOPER.m…
-
I'm trying to set up a project for coverage using mocha and babel. I've looked at lots of tutorials - all the examples I have seen are cli based. Where can I find a programmatic approach to testing + …
-
Choose a modern testing framework and add coverage of the code
-
FXAA is too weak for alpha testing and we are getting jagged edges. One solution is to use alpha to coverage. https://github.com/pex-gl/pex-context/tree/alpha-to-coverage
Based on
https://medi…
-
**Project Title:** Enhanced Exception Handling Testing Documentation
**Description:** This project is dedicated to elevating the overall user experience on EvalAI by implementing robust exception h…
-
While fixing loads of tests (#8654), we're seeing low coverage in some tests. We like to ensure coverage is good, as the pipeline on my company branch is not testing this. As soon as we're merging to …
-
## Context
Right now, we have no unit tests.
We want the codebase to be tested.
The first thing would be some input on the appropriate testing.
Then once we have decided on some appropriat…
-
The discussion in this section of `testing.md` should be updated in particular the coverage % value.
-
Currently, only files in `components` is being testsed.
However, the UI + UX _can_ be tested by increasing coverage.
Furthermore, ensuring local modification for testing creeping through is mandator…