setup.py: Claim conformance with Python 3.4 through 3.6
[pyassuan.git] / README
diff --git a/README b/README
index 010ece037343011d9a8d8d453bed7af0b158abc8..dbefa15720a48400901437fa79465f2bf225779a 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Dependencies
 ------------
 
 ``pyassuan`` is a simple package with no external dependencies outside
-the Python 3.3 standard library.
+the Python 3.3+ standard library.
 
 Installing by hand
 ------------------
@@ -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
 =======
 
@@ -82,14 +79,13 @@ wking@tremily.us
 .. _wrappers: http://wiki.python.org/moin/GnuPrivacyGuard
 .. _gpgme-tool:
   http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=src/gpgme-tool.c;hb=HEAD
-.. _enable-special-filenames:
-  http://lists.gnupg.org/pipermail/gnupg-devel/2002-November/019343.html
 .. _Gentoo: http://www.gentoo.org/
 .. _layman: http://layman.sourceforge.net/
 .. _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