You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I try to use this repo to test some Solidity Contracts.
I use last version of Truffle, Ganache and Python.
I follow your tutorial on medium with the MetaCoin and it works fine, but when I change the code in test folder to add asserts to kill some mutants, my new asserts seems ignored.
I understand how the mutation works but I don't really understand how the code works to test mutants.
How do you test contracts with your code ?
Do you run a truffle test ?
Do the code test .js or .sol files ?
Do i missed something ?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I try to use this repo to test some Solidity Contracts.
I use last version of Truffle, Ganache and Python.
I follow your tutorial on medium with the MetaCoin and it works fine, but when I change the code in test folder to add asserts to kill some mutants, my new asserts seems ignored.
I understand how the mutation works but I don't really understand how the code works to test mutants.
How do you test contracts with your code ?
Do you run a
truffle test
?Do the code test
.js
or.sol
files ?Do i missed something ?
Thanks.
The text was updated successfully, but these errors were encountered: