-
Emacs ships with over 7000 elisp tests. Bootstrapping these tests would make a good milestone and help ensure correctness. These tests can be run with `make check` in GNU Emacs.
-
We have started integrating with codecov to improve the unit test coverage. This will provide the unit test code coverage and make sure the unit test coverage is improved over time.
However, there…
-
The goal of this issue is to add a FTR config suite to test the APIs for different functional flows in Automatic Import.
Although Automatic Import creates Integrations which falls under fleet API su…
-
What it says on the tin, really. Just like we have `src/myproj/__init__.py::hello()`, why not also have `tests/test_placeholder.py::test_hello()` and maybe even `tests/conftest.py`?
-
Just stumbled across this in passing, nice work!
I wanted to note that @rubensworks already has https://github.com/rubensworks/rdf-test-suite.js/ for RDF and SPARQL tests. It might be valuable to u…
jeswr updated
2 months ago
-
A small test suite of Pester tests would be helpful to see if code changes break existing code. I can provide a basic suite of Pester test cases on my Fork. We can use Pester for both integration test…
-
Currently, the cranelift and gcc codegen backends have tiny test suites in their respective folders that get run in rustc CI:
- https://github.com/rust-lang/rust/tree/ec0b3540925af3cab9c38b0344902d48…
-
```python
import cocoex
suite = cocoex.Suite('bbob-mixint')
problem = suite[789]
integer_indices = [i for i in range(problem.dimension) if problem.lower_bounds[i] == 0]
integer_indices == [i …
-
### Feature Description
**Objective**: to be able to somehow define that a set of k6 test cases (or a set of k6 CRDs from the operator's point of view) are considered as a group and that start/stop…
-
If a suite file does contain a `*** Test Cases ***` section, it is clear that this is a *Test Suite* so task-specific settings shall not be shown anymore in completion of the settings.
Even though …