A simple testing framework for command line applications
Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output.
Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output.
To install cram, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cram
To see what files were installed by cram, run:
port contents cram
To later upgrade cram, run:
sudo port selfupdate && sudo port upgrade cram
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.