File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,18 +15,19 @@ We welcome both improvements to the existing exercises and new exercises.
1515A pool of exercise ideas can be found in the [ x-common repo] ( https://github.com/exercism/x-common ) .
1616
1717All exercises must be compatible with Python versions 2.7 and 3.3 upwards.
18- Therefore please test your changes at least with Python2.7 and Python3.5 .
18+ Therefore please test your changes with these versions .
1919
20- To test a single exercise, say crypto-square, run :
20+ Test a single exercise with Python 2.7 :
2121```
22- python2.7 test/check-exercises.py crypto-square
22+ python2.7 test/check-exercises.py [exercise-name]
2323```
24- and
24+
25+ Test a single exercise with Python 3.3:
2526```
26- python3.5 test/check-exercises.py crypto-square
27+ python3.3 test/check-exercises.py [exercise-name]
2728```
2829
29- To run the tests for all exercises type :
30+ Test all exercises:
3031```
3132python test/check-exercises.py
3233```
You can’t perform that action at this time.
0 commit comments