*: Drop nose dependency
[pyassuan.git] / README
diff --git a/README b/README
index 5c5bcc3fbc9e941608fccd6584fed6a0ed85fba0..613c90c0c1e95b72c2102f6ac6e74c476a280742 100644 (file)
--- a/README
+++ b/README
@@ -50,20 +50,17 @@ Checkout the docstrings and the examples in ``bin``.
 Testing
 =======
 
-Run the internal unit tests using nose_::
+Run the internal unit tests with `Python 3.2+'s unittest discovery`__::
 
-  $ nosetests --with-doctest --doctest-tests pyassuan
-
-If a Python-3-version of ``nosetests`` is not the default on your
-system, you may need to try something like::
-
-  $ nosetests-3.3 --with-doctest --doctest-tests pyassuan
+  $ python -m unittest discover
 
 To test running servers by hand, you can use `gpg-connect-agent`_.
 Despite the name, this program can connect to any Assuan server::
 
   $ gpg-connect-agent --raw-socket name
 
+__ unittest-discovery_
+
 Licence
 =======
 
@@ -87,7 +84,8 @@ wking@tremily.us
 .. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/
 .. _Git: http://git-scm.com/
 .. _homepage: http://blog.tremily.us/posts/pyassuan/
-.. _nose: http://readthedocs.org/docs/nose/en/latest/
 .. _gpg-connect-agent:
   http://www.gnupg.org/documentation/manuals/gnupg-devel/gpg_002dconnect_002dagent.html
+.. _unittest-discovery:
+  https://docs.python.org/3.5/library/unittest.html#unittest-test-discovery
 .. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.html