Example of testing Congress contract (DAO) from Ethereum.org with Truffle framework
Contracts source taken from article at Ethereum.Org and placed here contracts/
Tests is here test/. Tests written in JavaScript using async/await features.
Before run test you need to install dependencies by command npm install
After run truffle test