Closed abhayks1 closed 6 years ago
@abhayks1: I don't think that's the right command to use. Either pass in just
truffle test
or
truffle test [path/to/file
(see http://truffleframework.com/docs/getting_started/testing#command):
truffle test test/contracts/price_oracle
--> 0 passing (0ms)
truffle test test/
--> 0 passing (0ms)
truffle test test/contracts/price_oracle/base.js
--> 10 passing (1s)
truffle test test/contracts/price_oracle/*.js
--> 10 passing (1s)
🚨 N.B.: the results above are from running tests on jasonbanks/gh4/test-price-oracle
. When I run on develop
, 3 tests fails
Resolved by #34.