summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-11-11 09:57:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-11-11 09:57:22 -0700
commit30a004ac7fcd4db3f8abe6e825bb64d6ec67c179 (patch)
tree7f2c9280b840af21922451a5f7bd03dd1a8af901 /README.rst
parentb0c0ec39f7a0175cc5a5f7299bb6db8e1086a84f (diff)
Import pytest-helpers-namespace_2017.11.11.orig.tar.gz
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3b4ef7c..6b524c9 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ Pytest Helpers Namespace
:target: https://travis-ci.org/saltstack/pytest-helpers-namespace
:alt: See Build Status on Travis CI
-.. image:: https://ci.appveyor.com/api/projects/status/github/saltstack/pytest-helpers-namespace?branch=master
+.. image:: https://ci.appveyor.com/api/projects/status/github/saltstack/pytest-helpers-namespace?branch=master&svg=true
:target: https://ci.appveyor.com/project/saltstack-public/pytest-helpers-namespace/branch/master
:alt: See Build Status on AppVeyor
@@ -116,6 +116,9 @@ And now consider the following test case:
assert pytest.helpers.can.haz.foo(True) is True
+You can even pass a name to the register function and that will be the helper function name.
+
+
Contributing
------------
Contributions are very welcome. Tests can be run with `tox`_, please ensure
@@ -137,6 +140,11 @@ description.
Changelog
---------
+v2017.11.11
+~~~~~~~~~~~
+
+* Allow passing a string to the register function which will be the helper name
+
v2016.7.10
~~~~~~~~~~