Personal mirror, might delete later
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
irdest/tests
Milan Pässler 64a9527025
update documentation
3 years ago
..
http-api update documentation 3 years ago
json-rpc update documentation 3 years ago
web tests: refactoring tests directory 4 years ago
README.md update documentation 3 years ago

README.md

qaul tests

qaul is quite a large application, and it's testing surface is equally large. While the individual crates have their own tests to verify that things generally work, integration of different components can cause other issues as well.

This test suite creates some of these integration tests, mainly, the rpc interface, the http interface, and webgui tests. Each test module is documented separately because setup can vary wildly.

TODO: add a "run-all.sh" or something here...