| 482 | |
| 483 | === Week 02 === |
| 484 | |
| 485 | 1. What did you get done this week? |
| 486 | |
| 487 | The original plan for this week was to do a basic implementation of testing framework. However, I decided to start from the implementation available in Python unittest. This allowed me to continue in work on design implementation problems. I also studied the unittest implementation to understand what are the places which will be different in GRASS testing framework. |
| 488 | |
| 489 | 2. What do you plan on doing next week? |
| 490 | |
| 491 | The plan is to test unittest and doctest methods for evaluation and comparison of textual and numerical outputs (results) on GRASS use cases. |
| 492 | |
| 493 | 3. Are you blocked on anything? |
| 494 | |
| 495 | During next week, I (we) will need to make a decision if the tests will be limited to English language environment (or even English locales) because this can influence significant part of textual output comparisons. |
| 496 | |
| 497 | [http://lists.osgeo.org/pipermail/grass-dev/2014-May/069233.html report email] |
| 498 | |
| 499 | [http://lists.osgeo.org/pipermail/grass-dev/2014-May/069082.html report email] |