This is the first release of the unittest plugin for Spyder. The plugin currently supports the nose and py.test frameworks. We are releasing the plugin as we think it is already useful and we are eager to receive feedback. However, as reflected in the version number, there is some obvious room for improvement.
The easiest way to install the plugin is:
- Using Anaconda:
conda install -c spyder-ide spyder-unittest
- Using PyPI:
pip install spyder-unittest