-
Is it worth looking at using a unit testing framework such as Google Test, in addition to physics example tests?
Also, need to automate the current tests so they can be run regularly
-
We can either use Mocha with Enzyme or try to setup Jest which is known to work better with React.
-
**Regression testing**:
We could gently introduce some sort of basic regression testing for each major type of analysis. i.e. some standard DEM input and output
**Unit tests**?
Not suggesting we…
-
Before creating more content both in frontend and backend, it should be considered to add a testing framework like [`jest`](https://jestjs.io/docs/getting-started) (not necessarily this one). This is …
-
**Objective**
Implement a robust testing framework to improve the quality and reliability of the code.
Steps to Implement Jest
1. **Installation**
`npm install --save-dev jest @types/jest ts-j…
-
### Test Gap Description
Upgrade path tests are not covered in PR testing stage.
Benefit:
This test has potential to catch all non-ASIC dependent issues in upgrade path.
Why was it not do…
-
```
It would be great to have a testing framework for epl statements. Sample data
and then what listeners are expected to fire. Any thoughts on this?
```
Original issue reported on code.google.com b…
-
```
It would be great to have a testing framework for epl statements. Sample data
and then what listeners are expected to fire. Any thoughts on this?
```
Original issue reported on code.google.com b…
-
This project currently does not have enough tests to ensure the faithfulness of the exported model to the original. A test harness should be written that compares the output of the original predictor …
-
**Is your feature request related to a problem? Please describe.**
There are no tests in this repo! How will we know if changes broke anything?
**Describe the solution you'd like**
Some end-to-en…