mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00

* added information on CID and IPLD marhsalling to basic-usage Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> * adjusted test cases for cid validation Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> * fixed linting errors Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> * updated version number and CHANGELOG Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
Planetmint Server Unit Tests
Most of the tests in the tests/
folder are unit tests. For info about how to write and run tests, see the docs about contributing to Planetmint, especially:
- Write Code - Remember to Write Tests
- [Notes on Running a Local Dev Node with Docker Compose](https://docs.planetmint.io/en/latest/contributing/dev-setup-coding-and-contribution-process/run-node-with-docker compose.html), especially
make test
- Notes on Running a Local Dev Node as Processes (and Running All Tests)
Note: There are acceptance tests in the acceptance/
folder (at the same level in the hierarchy as the tests/
folder).