After running make build, I want to automate the verification of the following:
- Confirm that the
.roomodes generated by ./roomode export matches the expected output
- Confirm that the markdown files generated by
./roomode import match the expected files
The expected files should be created in advance and committed to the repository.
After running
make build, I want to automate the verification of the following:.roomodesgenerated by./roomode exportmatches the expected output./roomode importmatch the expected filesThe expected files should be created in advance and committed to the repository.