-
With our goal of test driven development, we should have tests for everything.
- [ ] Add [mock](https://realpython.com/python-mock-library/) tests.
- [ ] Also add functional tests using [unittest]…
-
Instead of just testing IO and sub-process as the plugin currently does.
Should we use spec (or minitest) to test the base classes? [Here is an example](https://github.com/sensu-plugins/sensu-plugi…
-
### API
Other
### Description
If we define a block statement in one test file, then other test files should also be able to use it.
This is extremely useful since we may check one query result in …
-
The current integration testing framework:
https://github.com/filecoin-project/ref-fvm/blob/7c44970d968c8c49c4eedd5168eb16b08d095f26/testing/integration/src/tester.rs#L51-L72
Has some warts:
…
-
I am currently trying to reproduce the results shown in Figure 4 - Inference Time vs Vocabulary Size from your project. I have a couple of questions regarding the methodology used for this figure:
…
-
How about using catch2 or any other unit testing frameworks. Nlohmann seems to be using doctest for that, probably because of the limitations it had when catch2 was header-only, but these days I don't…
-
Add a modern, regularly used testing framework to test the integration of javascript and python code parts by running a test server and let a headless browser make requests. The tests should steer the…
-
Hello,
It would be great to add a testing framework to the project. Beyond Django **unittests** I suggest a behaviour-driven (BDD) component : [Behave](https://pypi.org/project/behave/). There's an…
-
The idea of using sub-FSMs with a common interface for single tests is nice. It would be even cooler to extend that thought to parametrize these sub-FSMs with input and expected output values.
Wha…
-