File: control

package info (click to toggle)
pytest-watcher 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: python: 925; makefile: 28; sh: 13
file content (64 lines) | stat: -rw-r--r-- 2,462 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: pytest-watcher
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 EnkelenaH <enkelenah@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python-pytest-doc <!nodoc>,
 python3-all,
 python3-freezegun <!nocheck>,
 python3-myst-parser <!nodoc>,
 python3-poetry-core,
 python3-pytest <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-watchdog <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/olzhasar/pytest-watcher
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-watcher
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-watcher.git
Testsuite: autopkgtest-pkg-python

Package: python-pytest-watcher-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Automatically rerun tests (pytest by default) when code changes (Documentation)
 pytest-watcher is a utility designed to automatically re-run tests
 (pytest by default) whenever your Python code changes.
 .
 This package contains the documentation for python3-pytest-watcher.

Package: python3-pytest-watcher
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-pytest-watcher-doc,
Description: Automatically rerun tests (pytest by default) when code changes
 pytest-watcher is a utility designed to automatically re-run tests whenever
 your Python code changes. By default, it uses pytest as the test runner but
 also supports alternatives like tox. It works out-of-the-box for most
 Python projects and uses the operating system’s native file monitoring APIs -
 on supported systems - rather than relying in polling.
 .
 To ensure tests are executed against the latest code, it supports a
 configurable delay that accommodates code formatters and other post-processing
 tools. The utility also features an interactive mode with keyboard shortcuts,
 supports customizable file patterns to watch or ignore, and provides options
 for running tests immediately upon startup or clearing the screen before each
 test run.
 .
 pytest-watcher is a modern alternative to the now-unmaintained pytest-watch
 project. While it was inspired by pytest-watch, it is not a fork and
 introduces several improvements in configuration, behavior, and compatibility.