Files
chromebrew/tests
2017-09-07 13:47:15 -03:00
..
2017-08-26 17:46:45 -03:00
2017-09-01 21:16:34 -03: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!