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
|
Source: spyder-unittest
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
Julian Gilbey <jdg@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-lxml,
python3-setuptools,
python3-spyder (<< 6~),
python3-spyder (>= 5.3.1),
python3-zmq
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/spyder-unittest
Vcs-Git: https://salsa.debian.org/science-team/spyder-unittest.git
Homepage: https://github.com/spyder-ide/spyder-unittest
Package: python3-spyder-unittest
Architecture: all
Depends: python3-spyder (<< 6~),
python3-spyder (>= 5.3.1),
${misc:Depends},
${python3:Depends}
Description: Plugin to run tests within the Spyder IDE
This is a plugin for the Spyder IDE that integrates popular unit test
frameworks. It allows you to run tests and view the results within Spyder.
|