python3-nose-exclude

exclude specific directories from nosetests runs - Python 3.x
  https://github.com/kgrandis/nose-exclude
  0
  no reviews



Nose-exclude is a Nose plugin that allows you to easily specify directories to be excluded from testing. The --exclude-dir= option is made available after installation of the plugin. The option may be used multiple times to exclude multiple directories from testing. The directory paths provided may be absolute or relative.

This is the Python 3 version.