-
It could be useful to employ an existing unit testing framework such as the [PHP Unit Testing framework](https://github.com/sebastianbergmann/phpunit/) instead of the current solution. Benefits could …
-
The native tests in [GoogleMapsUITests.m](https://github.com/flutter/packages/blob/main/packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/ios/RunnerUITests/GoogleMapsUITests.m) are co…
-
Hello,
I have a question using cobertura for generating code coverage reports form UI based testing. I have a Groovy/Grails/Java web application that is already using the tool to generate coverage …
-
Add unit testing for `internal/stackql/datasource/sql_data_source`.
Acceptance Criteria:
- 85% unit test coverage.
-
- [ ] Test data on Nexus
- [x] Jenkins to run unit tests and medium tests
- [x] Integrate iconarray/tests/test_medium.py into other existing test files.
- [x] Rename test_fast.py test_unit.py
- [ …
-
Thanks a lot for this package, it's been very useful to set up a package on GitLab.!
There is one thing I couldn't figure out though. I'm running "code coverage" after testing, and I got the corres…
-
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 + …
-
**Is your feature request related to a problem? Please describe.**
Enhancement to be able to report coverage from full stack testing if desired
**Describe the solution you'd like**
Maybe ENABLE_C…
-
Static linking would be nice in general, but the real reason I want it is supporting kcov on circleci.
Currently circleci has trouble measuring coverage results from our C++ integration tests. I su…