From b25e6c9c5caf863a83991538bbfe76958b3cf04e Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Sat, 7 Feb 2015 03:11:17 +0100 Subject: [PATCH] Updated GSoC 2015 Ideas (markdown) --- GSoC-2015-Ideas.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.