summaryrefslogtreecommitdiff
path: root/pytest_helpers_namespace.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'pytest_helpers_namespace.egg-info')
-rw-r--r--pytest_helpers_namespace.egg-info/PKG-INFO14
1 files changed, 11 insertions, 3 deletions
diff --git a/pytest_helpers_namespace.egg-info/PKG-INFO b/pytest_helpers_namespace.egg-info/PKG-INFO
index 0854329..a5a52bb 100644
--- a/pytest_helpers_namespace.egg-info/PKG-INFO
+++ b/pytest_helpers_namespace.egg-info/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