mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Creating tests
To create a test, just create a .rb file. It should finish normally if the test passed, and end with exit 1 otherwise, preferably explaining why the test failed.
Running tests
Just run the test_all file. Running tests manually may not work!