@@ -3,64 +3,53 @@ pytest-selfie
3
3
=============
4
4
5
5
.. 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
8
8
9
9
.. 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
12
12
13
13
.. 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
16
16
17
17
A pytest plugin for selfie snapshot testing.
18
18
19
- ----
19
+ ---
20
20
21
21
This ` pytest ` _ plugin was generated with ` Cookiecutter ` _ along with ` @hackebrot ` _ 's ` cookiecutter-pytest-plugin ` _ template.
22
22
23
+ ## Features
23
24
24
- Features
25
- --------
25
+ - TODO
26
26
27
- * TODO
27
+ ## Requirements
28
28
29
+ - TODO
29
30
30
- Requirements
31
- ------------
32
-
33
- * TODO
34
-
35
-
36
- Installation
37
- ------------
31
+ ## Installation
38
32
39
33
You can install "pytest-selfie" via ` pip ` _ from ` PyPI ` _ ::
40
34
41
35
$ pip install pytest-selfie
42
36
37
+ ## Usage
43
38
44
- Usage
45
- -----
39
+ - TODO
46
40
47
- * TODO
41
+ ## Contributing
48
42
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
52
44
the coverage at least stays the same before you submit a pull request.
53
45
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
58
47
48
+ Distributed under the terms of the ` Apache Software License 2.0 ` \_ license, "pytest-selfie" is free and open source software
59
49
60
- Issues
61
- ------
50
+ ## Issues
62
51
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.
64
53
65
54
.. _ ` Cookiecutter ` : https://github.com/audreyr/cookiecutter
66
55
.. _ ` @hackebrot ` : https://github.com/hackebrot
0 commit comments