diff options
author | 2015-03-31 00:03:25 -0400 | |
---|---|---|
committer | 2015-03-31 01:52:44 -0400 | |
commit | dd22cca475e731f985451cf9b1127617d57b3276 (patch) | |
tree | a34a5bf4bf71716e290d6a961e6b774e36844cc0 /README.rst | |
parent | osutils.mount: fix py3k argument encoding handling (diff) | |
download | snakeoil-dd22cca475e731f985451cf9b1127617d57b3276.tar.gz snakeoil-dd22cca475e731f985451cf9b1127617d57b3276.tar.bz2 snakeoil-dd22cca475e731f985451cf9b1127617d57b3276.zip |
test: add tests for mount() from snakeoil.osutils
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,9 @@ the following:: tox -e py27 +Note that mock_ is required for tests if you're using anything less than python +3.3. + Installing ========== @@ -48,6 +51,7 @@ To install:: .. _`mailing list`: https://groups.google.com/forum/#!forum/python-snakeoil .. _#pkgcore: https://webchat.freenode.net?channels=%23pkgcore&uio=d4 .. _`issue tracker`: https://github.com/pkgcore/snakeoil/issues +.. _mock: https://pypi.python.org/pypi/mock .. |pypi| image:: https://img.shields.io/pypi/v/snakeoil.svg :target: https://pypi.python.org/pypi/snakeoil |