Source: spyder-unittest Maintainer: Debian Science Maintainers Uploaders: Ghislain Antony Vaillant Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-lxml, python3-nose , python3-pytest , python3-pytest-xvfb , python3-pytestqt , python3-setuptools, python3-spyder, python3-zmq Standards-Version: 4.5.1 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: ${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. . The plugin adds an item Run unit tests to the Run menu in Spyder. Click on this to run the unit tests. After you specify the testing framework and the directory under which the tests are stored, the tests are run. The Unit testing window pane (displayed at the top of this file) will pop up with the results.