From 6475f391b4809f4886fa69029a84b527dadc5004 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 5 Aug 2016 09:29:13 +0200 Subject: [PATCH] WIP: tests --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 735fe311..774b3c14 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ # Introduction -**Please, note that `uvw` is almost done, but it lacks a proper test suite**. - `uvw` is a header-only, event based, tiny and easy to use *libuv* wrapper in modern C++.
The basic idea is to hide completely the *C-ish* interface of *libuv* behind a graceful C++ API. Currently, no `uv_*_t` data structure is actually exposed by the library.
Note that `uvw` stays true to the API of *libuv* and it doesn't add anything to its interface. For the same reasons, users of the library must follow the same rules who are used to follow with *libuv*.