Skip to content

Commit

Permalink
v0.1.0 — Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Dec 10, 2021
1 parent 1d1d7ef commit e81ada5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: http://www.repostatus.org/badges/latest/wip.svg
:target: http://www.repostatus.org/#wip
:alt: Project Status: WIPInitial development is in progress, but there
has not yet been a stable, usable release suitable for the public.
.. image:: http://www.repostatus.org/badges/latest/active.svg
:target: http://www.repostatus.org/#active
:alt: Project Status: ActiveThe project has reached a stable, usable
state and is being actively developed.

.. image:: https://github.com/jwodder/pytest-fail-slow/workflows/Test/badge.svg?branch=master
:target: https://github.com/jwodder/pytest-fail-slow/actions?workflow=Test
Expand All @@ -10,11 +10,15 @@
.. image:: https://codecov.io/gh/jwodder/pytest-fail-slow/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jwodder/pytest-fail-slow

.. image:: https://img.shields.io/pypi/pyversions/pytest-fail-slow.svg
:target: https://pypi.org/project/pytest-fail-slow/

.. image:: https://img.shields.io/github/license/jwodder/pytest-fail-slow.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/jwodder/pytest-fail-slow>`_
| `PyPI <https://pypi.org/project/pytest-fail-slow/>`_
| `Issues <https://github.com/jwodder/pytest-fail-slow/issues>`_
``pytest-fail-slow`` is a pytest_ plugin for making tests fail that take too
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ keywords =
timeout

classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_fail_slow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Visit <https://github.com/jwodder/pytest-fail-slow> for more information.
"""

__version__ = "0.1.0.dev1"
__version__ = "0.1.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "pytest-fail-slow@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit e81ada5

Please sign in to comment.