From 6b82881841f745c2c1749fe10259311229964ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 12 Mar 2013 21:46:26 +0100 Subject: [PATCH] - to have a good unit test coverage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8471d57..b08732c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ with a few intuitive and well documented C++ class. - to be portable - to be light and fast - to be monothreaded (not thread-safe) +- to have a good unit test coverage - to use API names sticking with those of the SQLite library - to be well documented with Doxygen tags, and with some good examples - to be well maintained