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
While testing, we should only be asserting from the top level and not the actual efficacy of the inner commands? What I mean is that if someone runs polkadot-dev-cli prdoc generate 111111 - we wont have to assert whether a file was created or not. We should only test if the command executed (or rather printed something on the terminal) correctly.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @ggwpez!
Need a little assistance of yours here.
While testing, we should only be asserting from the top level and not the actual efficacy of the inner commands? What I mean is that if someone runs
polkadot-dev-cli prdoc generate 111111
- we wont have to assert whether a file was created or not. We should only test if the command executed (or rather printed something on the terminal) correctly.Thanks!
The text was updated successfully, but these errors were encountered: