summaryrefslogtreecommitdiff
path: root/PKG-INFO
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
commit4425df5d5829f3e82661903863d0884e493485b3 (patch)
tree66fef08882bae6676c7fdbb09e3d68ab456e4ac1 /PKG-INFO
parentcd1ea7b6bfb59c8c89c4eb22908657f027829c1a (diff)
parent30a004ac7fcd4db3f8abe6e825bb64d6ec67c179 (diff)
record new upstream branch created by importing pytest-helpers-namespace_2017.11.11.orig.tar.gz and merge it
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO14
1 files changed, 11 insertions, 3 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 0854329..a5a52bb 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pytest-helpers-namespace
-Version: 2016.7.10
+Version: 2017.11.11
Summary: PyTest Helpers Namespace
Home-page: https://github.com/saltstack/pytest-helpers-namespace
Author: Pedro Algarvio
@@ -13,7 +13,7 @@ Description: 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
@@ -124,6 +124,9 @@ Description: Pytest Helpers Namespace
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
@@ -145,6 +148,11 @@ Description: Pytest Helpers Namespace
Changelog
---------
+ v2017.11.11
+ ~~~~~~~~~~~
+
+ * Allow passing a string to the register function which will be the helper name
+
v2016.7.10
~~~~~~~~~~
@@ -193,7 +201,7 @@ Description: Pytest Helpers Namespace
.. _`@lsglick`: https://github.com/lsglick
Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing