Closed area closed 7 years ago
Truffle 3.0 now includes solidity tests, which we shouldn't include in our instrumentation, but we should run.
Upon investigation, this was a fundamental misunderstanding on my part (I thought the solidity test files lived in ./contracts/, not ./test/).
./contracts/
./test/
Truffle 3.0 now includes solidity tests, which we shouldn't include in our instrumentation, but we should run.