-
Add:
- [ ] unit tests
- [ ] integration tests
- [ ] fuzz tests
- [ ] invariant tests
-
https://stackoverflow.com/questions/62929040/how-can-i-run-unit-test-from-a-dependency-library
-
CI platforms like Actions and CircleCI support matrix builds which can be used to fan-out a number of parallel jobs executing a test suite.
For this to result in faster builds, the test runner must…
-
I'm working on an [easybuild recipe for installing PyTorch3D](https://github.com/easybuilders/easybuild-easyconfigs/pull/21763) from source and encountered a handful of bugs with the test-suite in the…
-
First I'd like to get the test suite to run all the way through, then to pass.
cc @freakboy3742
### Linked PRs
* gh-127151
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Your feature request
I was hoping to find a test suite that I could use to figure out how to add uni…
-
We can think of "regression tests" as a middle layer between unit tests and integration tests:
* unit tests: hand-written, small, fast to run
* _regression tests: reduced from full models but still c…
-
### Describe the bug
The test framework changes package signatures, causing certain workflows to produce unusable images; the result of this is that the test framework should only be run from a fresh…
-
AppEx-QA team working on improving Kibana PR pipeline runtime and noticed that some CI groups take over 60min.
A single test suite of that group takes around 28min. In order to enhance execution time…
-
Hi,
Looking at https://github.com/OGRECave/ogre-next/blob/12eef284d51f3e727aef2840ad4e4bf5c1d981a7/CMakeLists.txt#L724, I see the test suite is disabled (0 is equivalent to FALSE in CMake expressio…