mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04: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!