pytest-pickle-cache 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-pickle-cache
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: A pytest plugin for caching test results using pickle.
5
- Project-URL: Documentation, https://daizutabi.github.io/pytest-pickle-cache/
5
+ Project-URL: Documentation, https://github.com/daizutabi/pytest-pickle-cache
6
6
  Project-URL: Source, https://github.com/daizutabi/pytest-pickle-cache
7
7
  Project-URL: Issues, https://github.com/daizutabi/pytest-pickle-cache/issues
8
8
  Author-email: daizutabi <daizutabi@gmail.com>
@@ -135,7 +135,7 @@ def df(use_cache, request):
135
135
  return use_cache(f"key_{request.param}", lambda: create(request.param))
136
136
  ```
137
137
 
138
- ## Benefits of this Example
138
+ ## Benefits
139
139
 
140
140
  - **Efficiency in Testing**: By using `pytest-pickle-cache`, you can avoid running
141
141
  the same test multiple times, reducing the overall test execution time.
@@ -148,7 +148,7 @@ for the same input, maintaining consistency in your tests.
148
148
  [pypi-v-link]: https://pypi.org/project/pytest-pickle-cache/
149
149
  [python-v-image]: https://img.shields.io/pypi/pyversions/pytest-pickle-cache.svg
150
150
  [python-v-link]: https://pypi.org/project/pytest-pickle-cache
151
- [GHAction-image]: https://github.com/daizutabi/pytest-pickle-cache/actions/workflows/ci.yml/badge.svg?branch=main&event=push
151
+ [GHAction-image]: https://github.com/daizutabi/pytest-pickle-cache/actions/workflows/ci.yaml/badge.svg?branch=main&event=push
152
152
  [GHAction-link]: https://github.com/daizutabi/pytest-pickle-cache/actions?query=event%3Apush+branch%3Amain
153
153
  [codecov-image]: https://codecov.io/github/daizutabi/pytest-pickle-cache/coverage.svg?branch=main
154
- [codecov-link]: https://codecov.io/github/daizutabi/pytest-pickle-cache?branch=main
154
+ [codecov-link]: https://codecov.io/github/daizutabi/pytest-pickle-cache?branch=main
@@ -0,0 +1,8 @@
1
+ pytest_pickle_cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ pytest_pickle_cache/plugin.py,sha256=nSao-EHMms5Htd9tZ8bvri9LlLq32f7ByoDl8YYpbF4,1533
3
+ pytest_pickle_cache/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ pytest_pickle_cache-0.1.3.dist-info/METADATA,sha256=cn2j9Y4ctzeIewYGqW1ePuDwIf4eIJCRhvARa9qtiyQ,6097
5
+ pytest_pickle_cache-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ pytest_pickle_cache-0.1.3.dist-info/entry_points.txt,sha256=OEfVnY9Bw249Hf7T6TAPEw69R_FbjipFlDpo26eohrc,53
7
+ pytest_pickle_cache-0.1.3.dist-info/licenses/LICENSE,sha256=dbO9NY-nQXzIS5St3j3rPUd7gm5r6pczFYaNy5GVNdI,1105
8
+ pytest_pickle_cache-0.1.3.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- pytest_pickle_cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- pytest_pickle_cache/plugin.py,sha256=nSao-EHMms5Htd9tZ8bvri9LlLq32f7ByoDl8YYpbF4,1533
3
- pytest_pickle_cache-0.1.1.dist-info/METADATA,sha256=HO12ameKYFTXaQyauJSZ24SGoWkZrBnOH1WyqWnFkV8,6111
4
- pytest_pickle_cache-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- pytest_pickle_cache-0.1.1.dist-info/entry_points.txt,sha256=OEfVnY9Bw249Hf7T6TAPEw69R_FbjipFlDpo26eohrc,53
6
- pytest_pickle_cache-0.1.1.dist-info/licenses/LICENSE,sha256=dbO9NY-nQXzIS5St3j3rPUd7gm5r6pczFYaNy5GVNdI,1105
7
- pytest_pickle_cache-0.1.1.dist-info/RECORD,,