drakkar-lig / walt-python-packages

Home of walt-node, walt-server, walt-client and walt-common python packages.
https://walt-project.liglab.fr
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Test suite (make test) could be improved and referenced in docs #54

Open eduble opened 3 years ago

eduble commented 3 years ago

When a test cannot be run (no switch to run the test on, expect or nc software missing, other cases?), the test should appear as "skipped" and not "failed". The reason should be printed, but not the whole test output. It should be possible to run the test suite without being root. "psql walt" command could be replaced by "walt advanced sql" for this to work. When installing the server in dev mode (install from fresh debian), running "make test" could be proposed in the doc.