diff --git a/GSoC-2015-Ideas.md b/GSoC-2015-Ideas.md index bf69539..3bb2e9d 100644 --- a/GSoC-2015-Ideas.md +++ b/GSoC-2015-Ideas.md @@ -109,6 +109,20 @@ lacks helpful code examples. Writing documentation is also a great way to get a **Mentor:** def- ([@def-](http://github.com/def-)) +#### Create a testing framework +**Desirable skills:** Experience with test frameworks. + +**Description**: +Currently there is no comfortable test framework for Nim. Inspiration from frameworks in other languages should be taken and a proper test framework be written. + +**Tasks:** + + * Write a testing library for Nim + +**Difficulty:** Easy to Medium + +**Mentor:** def- ([@def-](http://github.com/def-)) + ___ #### Improve times module **Desirable skills:** Knowledge of date time representations, native time APIs.