althea-net / guac

The on chain billing code for Althea
Apache License 2.0
18 stars 7 forks source link

Upgrade tests #34

Closed sbc64 closed 5 years ago

sbc64 commented 5 years ago

Replaces blue tape testing with truffle mocha.

The biggest change is using truffle@beta (version 5). Why use truffle v5 ? Because it is using web3 v1. That is pretty much it.

The file with most of the changes is probably utils.js. The takeSnapshot and revertSnapshot got moved into the mocha built in functions of beforeEach and afterEach.

Also added gas reporter

Closes: https://github.com/althea-mesh/guac/issues/33, https://github.com/althea-mesh/guac/issues/32, and https://github.com/althea-mesh/guac/issues/31