-
Brainstorming what is needed in a basic integration test:
- each test isolated on a port and only implements that single test
- a known/configured hashnames + keys + open ip/ports
Tests:
- send an op…
-
Add:
- mocha
- chai
- power-assert
-
We need a proper dataset to test bug fix and features in a formal manner.
-
The regression tests are mostly checking that the system behaves as expected for limited inputs and scenarios. A way to increase coverage and testing other aspects such as software security would be t…
-
We need to decide the right framework for doing react unit testing and also include in our Jenkins task during the build.
Some of the options are
https://facebook.github.io/react/docs/test-utils.ht…
-
**Describe the issue**
There is currently little to no coverage for the container detection code as part of substrate. It would be good to have basic coverage of the container detection code which …
-
The bridges test environments are a bit more complex because we need 2 networks plus a relayer
We should build a minimal framework that can start such an environment and then run the tests. We alre…
-
### The problem you're addressing (if any)
The DTS unit test are executed on host as bare scripts. Going through each scenario is manual.
### Describe the solution you'd like
There should be …
-
I'd like to incorporate the GTest Unit Testing Framework so we have repeatable and automated tests that can be used for regression testing and validation as updates to the SDK are made. My thought is …
-
I want to have solid tests on this code base so that way it's easy to add new features. I haven't decided on a specific framework yet but I am learning towards Jasmine.