Closed
Description
Extend exercises/shared/.docs/tests.md
with the mention of those useful flags:
- To run tests in order:
--seed 0
- To run tests until the first failure:
--max-failures 1
- To run a single specific test:
test/some/particular/file_test.exs:12
- anything else?
Also we need to fix the text about pending test to explain that only practice exercises have pending test.