File: SOURCES.txt

package info (click to toggle)
python-pytest-retry 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 658; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.gitignore
LICENSE
MANIFEST.in
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
tox.ini
pytest_retry/__init__.py
pytest_retry/configs.py
pytest_retry/hooks.py
pytest_retry/py.typed
pytest_retry/retry_plugin.py
pytest_retry/server.py
pytest_retry.egg-info/PKG-INFO
pytest_retry.egg-info/SOURCES.txt
pytest_retry.egg-info/dependency_links.txt
pytest_retry.egg-info/entry_points.txt
pytest_retry.egg-info/not-zip-safe
pytest_retry.egg-info/requires.txt
pytest_retry.egg-info/top_level.txt
tests/test_retry_plugin.py