Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed May 1, 2023
1 parent f4a0416 commit 23d67ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A plugin to test aioworkers projects with pytest
Features
--------

* fixtures
* fixtures: aioworkers, context, config_yaml


Requirements
Expand All @@ -42,7 +42,7 @@ Installation

You can install "pytest-aioworkers" via `pip`_ from `PyPI`_::

$ pip install pytest-aioworkers
$ pip install pytest-aioworkers[asyncio]


Contributing
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ aioworkers = "pytest_aioworkers.plugin"
[project.urls]
GitHub = "https://github.com/aioworkers/pytest-aioworkers"
Homepage = "https://github.com/aioworkers/pytest-aioworkers"
Documentation = "https://github.com/aioworkers/pytest-aioworkers/blob/master/README.rst"
Issues = "https://github.com/aioworkers/pytest-aioworkers/issues"

[tool.hatch.version]
path = "pytest_aioworkers/__init__.py"
Expand Down

0 comments on commit 23d67ce

Please sign in to comment.