The plugins are in a state of flux. I worked on the unittest plugin in the weekend, and the following instructions should work on Linux. You need Spyder 3.0 *beta 6* and the latest version of spyder.unittest from Git. The plugin directory in beta 6 on Linux is ~/.config/spyder/plugins . Then, you need to copy the *spyder_unittesting* folder inside spyder.unittest to the plugin directory. The resulting folder is:
igor:~/.config/spyder-py3/plugins$ ls -l total 0 lrwxrwxrwx 1 jitse amt 57 Sep 6 2016 spyder_autopep8 -> /home/amsta/jitse/scratch/spyder.autopep8/spyder_autopep8/ lrwxrwxrwx 1 jitse amt 52 Sep 6 2016 spyder_conda -> /home/amsta/jitse/scratch/conda-manager/spyder_conda/ lrwxrwxrwx 1 jitse amt 60 Sep 6 09:23 spyder_unittesting -> /home/amsta/jitse/scratch/spyder.unittest/spyder_unittesting/ I used link instead of copy, but that should not make a difference. When you start spyder, you should see an option "Run unit tests" in the "Run" menu. Just to dampen expectations, the plugin is not in a finished state. The autopep8 and conda plugins do not seem to be working with Spyder beta 6 at the moment. It may help to run spyder with the command SPYDER_DEBUG=1 spyder in order to see exceptions raised while initializing the plugins. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
