Source code for the Ethereum Alarm Clock service
Testing for Alarm is done with populus which can be installed with pip
.
$ pip install populus
You must first compile the Alarm contracts prior to running tests.
$ populus compile --optimize
Then you can run the test suite using pytest
which is installed along with
populus.
py.test tests/