The project has 9,400+ unit tests but the test setup (Holochain conductor, sweettest framework) can be daunting for newcomers. Create a docs/TESTING_GUIDE.md that covers:
- Installing Holochain
- Running sweettest
- Writing a new zome test
- The getrandom WASM gotcha (custom backend required)
- Using
just commands
Reference existing tests in mycelix-commons/tests/ as examples.
The project has 9,400+ unit tests but the test setup (Holochain conductor, sweettest framework) can be daunting for newcomers. Create a
docs/TESTING_GUIDE.mdthat covers:justcommandsReference existing tests in
mycelix-commons/tests/as examples.