Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 20d0041

Browse files
committed
Fix tox.
1 parent e6ef991 commit 20d0041

File tree

2 files changed

+21
-32
lines changed

2 files changed

+21
-32
lines changed

Diff for: python/pytest-selfie/README.rst renamed to python/pytest-selfie/README.md

+20-31
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,53 @@ pytest-selfie
33
=============
44

55
.. image:: https://img.shields.io/pypi/v/pytest-selfie.svg
6-
:target: https://pypi.org/project/pytest-selfie
7-
:alt: PyPI version
6+
:target: https://pypi.org/project/pytest-selfie
7+
:alt: PyPI version
88

99
.. image:: https://img.shields.io/pypi/pyversions/pytest-selfie.svg
10-
:target: https://pypi.org/project/pytest-selfie
11-
:alt: Python versions
10+
:target: https://pypi.org/project/pytest-selfie
11+
:alt: Python versions
1212

1313
.. image:: https://github.com/nedtwigg/pytest-selfie/actions/workflows/main.yml/badge.svg
14-
:target: https://github.com/nedtwigg/pytest-selfie/actions/workflows/main.yml
15-
:alt: See Build Status on GitHub Actions
14+
:target: https://github.com/nedtwigg/pytest-selfie/actions/workflows/main.yml
15+
:alt: See Build Status on GitHub Actions
1616

1717
A pytest plugin for selfie snapshot testing.
1818

19-
----
19+
---
2020

2121
This `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.
2222

23+
## Features
2324

24-
Features
25-
--------
25+
- TODO
2626

27-
* TODO
27+
## Requirements
2828

29+
- TODO
2930

30-
Requirements
31-
------------
32-
33-
* TODO
34-
35-
36-
Installation
37-
------------
31+
## Installation
3832

3933
You can install "pytest-selfie" via `pip`_ from `PyPI`_::
4034

4135
$ pip install pytest-selfie
4236

37+
## Usage
4338

44-
Usage
45-
-----
39+
- TODO
4640

47-
* TODO
41+
## Contributing
4842

49-
Contributing
50-
------------
51-
Contributions are very welcome. Tests can be run with `tox`_, please ensure
43+
Contributions are very welcome. Tests can be run with `tox`\_, please ensure
5244
the coverage at least stays the same before you submit a pull request.
5345

54-
License
55-
-------
56-
57-
Distributed under the terms of the `Apache Software License 2.0`_ license, "pytest-selfie" is free and open source software
46+
## License
5847

48+
Distributed under the terms of the `Apache Software License 2.0`\_ license, "pytest-selfie" is free and open source software
5949

60-
Issues
61-
------
50+
## Issues
6251

63-
If you encounter any problems, please `file an issue`_ along with a detailed description.
52+
If you encounter any problems, please `file an issue`\_ along with a detailed description.
6453

6554
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
6655
.. _`@hackebrot`: https://github.com/hackebrot

Diff for: python/pytest-selfie/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A pytest plugin for selfie snapshot testing."
55
authors = ["Selina Delgado <[email protected]>","Harvir Sahota <[email protected]>","Ned Twigg <[email protected]>","Edwin Ye <[email protected]>"]
66
license = "Apache-2.0"
7-
readme = "../README.md"
7+
readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"

0 commit comments

Comments
 (0)